first commit
Some checks failed
Build Docker / build (push) Has been cancelled

This commit is contained in:
2026-02-28 10:47:42 +03:00
commit a763e9c2e0
27 changed files with 556 additions and 0 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
pydantic==2.12.3
pydantic_settings == 2.12.0
requests==2.32.5
dotenv==0.9.9
fastapi == 0.116.1
uvicorn == 0.40.0
sqlalchemy == 2.0.46
aiosqlite == 0.22.1
greenlet == 3.3.1
alembic == 1.18.3
PyJWT==2.11.0