2026-06-23 19:57:49 +01:00
|
|
|
# Core dependencies
|
|
|
|
|
Flask==2.3.3
|
|
|
|
|
Flask-Babel==2.0.0
|
|
|
|
|
|
|
|
|
|
# Database
|
|
|
|
|
sqlite3 # Built-in, but listed for clarity
|
|
|
|
|
|
|
|
|
|
# For CSV processing
|
|
|
|
|
python-dotenv==1.0.0
|
|
|
|
|
|
|
|
|
|
# For development/testing
|
|
|
|
|
pytest==7.4.0
|
|
|
|
|
pytest-cov==4.1.0
|
|
|
|
|
|
|
|
|
|
# For running the application
|
|
|
|
|
waitress==2.1.2 # Production WSGI server
|