İlk commit: Stepstead backend (FastAPI)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
commit
ea049b8ccd
45 changed files with 6751 additions and 0 deletions
14
requirements.txt
Normal file
14
requirements.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
fastapi==0.136.1
|
||||
uvicorn[standard]==0.46.0
|
||||
pydantic==2.13.3
|
||||
pydantic-settings==2.14.0
|
||||
SQLAlchemy==2.0.49
|
||||
asyncpg==0.31.0
|
||||
psycopg2-binary==2.9.10
|
||||
redis==7.4.0
|
||||
bcrypt==5.0.0
|
||||
PyJWT==2.10.1
|
||||
email-validator==2.3.0
|
||||
python-dotenv==1.2.2
|
||||
httpx==0.28.1
|
||||
websockets==15.0.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue