You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
354 B
14 lines
354 B
[tool.poetry]
|
|
package-mode = false
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
fastapi = "^0.111.1"
|
|
uvicorn = {extras = ["standart"], version = "^0.30.3"}
|
|
pydantic-settings = "^2.4.0"
|
|
sqlalchemy = {extras = ["asyncio"], version = "^2.0.31"}
|
|
aioodbc = "^0.5.0"
|
|
orjson = "^3.10.6"
|
|
alembic = "^1.13.2"
|
|
black = "^24.4.2"
|
|
passlib = "^1.7.4"
|
|
bcrypt = "^4.2.0"
|