- Flutter frontend with Provider state management - FastAPI backend with SQLAlchemy ORM - Internationalization support (EN/DE) - Clean Architecture folder structure - GoRouter for navigation - GetIt for dependency injection
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
fastapi==0.115.0
|
|
uvicorn[standard]==0.32.0
|
|
sqlalchemy==2.0.36
|
|
pydantic==2.10.0
|
|
pydantic-settings==2.6.0
|
|
python-dotenv==1.0.1
|
|
pytest==8.3.0
|
|
httpx==0.28.0
|