dbdbb77daf
Struttura monorepo completa con server FastAPI e client Flask: - Server: FastAPI + SQLAlchemy 2.0 async + Alembic migrations - Client: Flask + blueprints (auth, measure, maker, statistics) - Database: docker-compose MySQL 8.0 + Alembic async config - Config: pydantic-settings, TailwindCSS, Flask-Babel i18n - Piano implementazione completo (18 sezioni, 1600 righe) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
146 B
Plaintext
11 lines
146 B
Plaintext
# Flask
|
|
flask>=3.0.0
|
|
flask-babel>=4.0.0
|
|
|
|
# HTTP Client (to call FastAPI server)
|
|
requests>=2.31.0
|
|
urllib3>=2.0.0
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|