template-python-flask/requirements.txt
Adam Skotarczak 811a53a19d Squashed 'base/' content from commit 526995c
git-subtree-dir: base
git-subtree-split: 526995cb24a0e14b4e8461631a59836349a1d417
2025-04-24 13:57:45 +02:00

17 lines
249 B
Plaintext

# -*- coding: utf-8 -*-
# falls man .env verwenden möchte:
python-dotenv
# 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