initial commit

This commit is contained in:
2026-02-12 18:45:10 +01:00
commit be7bbba456
42 changed files with 3767 additions and 0 deletions

19
backend/requirements.txt Normal file
View 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