initial commit
This commit is contained in:
19
backend/requirements.txt
Normal file
19
backend/requirements.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
# FluentGerman.ai — Python dependencies
|
||||
fastapi[standard]>=0.115.0
|
||||
uvicorn[standard]>=0.32.0
|
||||
sqlalchemy[asyncio]>=2.0.0
|
||||
asyncpg>=0.30.0
|
||||
pydantic[email]>=2.0.0
|
||||
pydantic-settings>=2.0.0
|
||||
python-jose[cryptography]>=3.3.0
|
||||
bcrypt>=4.0.0
|
||||
litellm>=1.50.0
|
||||
openai>=1.50.0
|
||||
python-multipart>=0.0.9
|
||||
httpx>=0.27.0
|
||||
|
||||
# Testing
|
||||
pytest>=8.0.0
|
||||
pytest-asyncio>=0.24.0
|
||||
aiosqlite>=0.20.0
|
||||
httpx>=0.27.0
|
||||
Reference in New Issue
Block a user