generated from realAscot/template-python
17 lines
249 B
Plaintext
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
|