Enhance XLS upload functionality and update requirements. Added Flask, Flask-SQLAlchemy, and Alembic to requirements. Modified database schema in upload_xls.py for improved data handling and added SQLAlchemy configuration in config.py.
This commit is contained in:
+5
-1
@@ -13,4 +13,8 @@ pydantic>=1.8.0
|
||||
python-multipart>=0.0.5
|
||||
python-dotenv>=0.19.0
|
||||
joblib>=1.1.0
|
||||
openpyxl>=3.0.10
|
||||
openpyxl>=3.0.10
|
||||
Flask>=2.0.0
|
||||
Flask-SQLAlchemy>=3.0.0
|
||||
Flask-Migrate>=4.0.0
|
||||
alembic>=1.8.0
|
||||
Reference in New Issue
Block a user