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)
This commit is contained in:
2025-08-03 12:56:09 +02:00
parent 95ed606796
commit 31b1c12dcb
2 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
Flask==3.0.0
numpy==1.26.4
Flask==3.1.1
numpy==2.3.2
python-dateutil==2.9.0.post0
requests==2.31.0
Flask-Babel==4.0.0
requests==2.32.4
Flask-Babel==4.0.0
pytest==8.4.1