This commit is contained in:
2024-03-27 20:00:59 +03:00
parent f92171ff84
commit 717596f55c
12 changed files with 226 additions and 133 deletions

View File

@ -1,4 +1,7 @@
fastapi[all]
uvicorn
pydantic
sqlalchemy
psycopg2-binary
psycopg2-binary
python-jose[cryptography]
passlib[bcrypt]