Student data import implementation: added tables, migration, import script, tests, and documentation.

This commit is contained in:
ijuanes 2026-06-23 19:57:49 +01:00
parent 9662f98169
commit 2959cd5299
19 changed files with 3186 additions and 79 deletions

View file

@ -1 +1,16 @@
Flask==2.3.3
# 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