Files
quality_app-v2/requirements.txt
Quality App Developer 78033a498a Add import labels functionality to labels module
- Created import_labels.py with CSV and Excel file processing
- Implemented validation for order rows and date format handling
- Added import-labels route with preview and save functionality
- Created import_labels.html template with new app UI styling
- Added import card to labels module index
- Added openpyxl to requirements.txt for Excel support
2026-02-10 13:28:35 +02:00

12 lines
226 B
Plaintext

Flask==2.3.3
Werkzeug==2.3.7
gunicorn==21.2.0
python-dotenv==1.0.0
PyMySQL==1.1.0
DBUtils==3.0.3
requests==2.31.0
Markdown==3.5.1
APScheduler==3.10.4
reportlab==4.0.7
python-barcode==0.15.1
Flask-Session==0.8.0openpyxl==3.10.0