-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
41 lines (37 loc) · 933 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[tool.poetry]
name = "ss"
version = "0.1.0"
description = ""
authors = ["Muhammed Kaplan <[email protected]>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
undetected-chromedriver = "^3.5.5"
nodriver = "^0.38.post1"
fastapi = "^0.115.6"
pydantic-settings = "^2.7.1"
redis = "^5.0.4"
odmantic = "^1.0.2"
aiohttp = "^3.11.11"
alembic = "^1.13.1"
sqlalchemy = "^2.0.30"
sqlmodel = "^0.0.18"
asyncpg = "^0.30.0"
pwdlib = {extras = ["argon2", "bcrypt"], version = "^0.2.1"}
uvicorn = "^0.29.0"
pyjwt = "^2.8.0"
psycopg = {extras = ["binary"], version = "^3.1.19"}
greenlet = "^3.1.1"
python-multipart = "^0.0.20"
beautifulsoup4 = "^4.12.3"
sse-starlette = "^2.2.1"
[tool.poetry.group.dev.dependencies]
setuptools = "^69.5.1"
autopep8 = "^2.1.0"
psycopg = "^3.1.19"
ruff = "^0.4.5"
black = "^24.10.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"