Student data import implementation: added tables, migration, import script, tests, and documentation.
This commit is contained in:
parent
9662f98169
commit
2959cd5299
19 changed files with 3186 additions and 79 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue