This commit is contained in:
Mikan
2026-06-21 00:23:48 +03:00
parent 0e1616d51c
commit 0c1feeaa06
2 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ alembic==1.13.1
psycopg2-binary==2.9.9 # for alembic sync migrations
pydantic==2.7.1
pydantic-settings==2.2.1
email-validator==2.2.0 # required by pydantic.EmailStr
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
bcrypt==4.1.2
@@ -22,7 +23,6 @@ PyYAML==6.0.1
pytest==8.1.1
pytest-asyncio==0.23.6
pytest-cov==5.0.0
httpx==0.27.0
anyio==4.3.0
# lint / types
ruff==0.4.4