Refactor API

This commit is contained in:
Lev 2026-04-16 00:07:48 +03:00
parent 9c813cdfbe
commit 8aa4828239
21 changed files with 731 additions and 363 deletions

7
API/requirements.txt Normal file
View file

@ -0,0 +1,7 @@
fastapi[all]
sqlalchemy
psycopg2-binary
asyncpg
passlib
bcrypt==4.3.0
httpx