Files
datecalc/requirements.txt
elpatron 31b1c12dcb Code cleanup and dependency updates
- Remove unused imports (abort, g, ngettext) from app.py
- Remove unused variables (werktage, datumsrechnung, werktagsrechnung, wochen_monate)
- Update Flask from 3.0.0 to 3.1.1
- Update requests from 2.31.0 to 2.32.4
- Update pytest from 7.4.3 to 8.4.1
- Update numpy from 1.26.4 to 2.3.2 (safe migration based on NumPy 2.0 guide)
- Add pytest to requirements.txt (was missing)
2025-08-03 12:56:09 +02:00

6 lines
105 B
Plaintext

Flask==3.1.1
numpy==2.3.2
python-dateutil==2.9.0.post0
requests==2.32.4
Flask-Babel==4.0.0
pytest==8.4.1