template-python-flask/requirements.txt

21 lines
265 B
Plaintext
Raw Normal View History

2025-04-24 13:52:37 +02:00
# -*- 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