template-python-flask/requirements.txt
2025-04-24 13:52:37 +02:00

21 lines
265 B
Plaintext

# -*- coding: utf-8 -*-
# falls man .env verwenden möchte:
python-dotenv
# Flask
flask
# Projektbezogen ab hier:
# --- ALLES AB HIER IST OPTIONAL ---
# Pytest, Linter und Typ-Prüfung (entfernen bei fertigem Code):
pytest
pytest-cov
pytest-mock
pylint
mypy