EMAIL_TEMPLATE/requirements.txt
Patsy dec4fbe68d
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
Phase 1 done
2026-08-07 16:46:44 +02:00

19 lines
261 B
Text

# Café Bach Email Generator - Python Dependencies
# Core
Flask==3.0.0
Flask-WTF==1.2.1
WTForms==3.1.1
# Testing
pytest==7.4.3
pytest-cov==4.1.0
Flask-Testing==0.8.1
# Code Quality
flake8==7.0.0
black==23.12.1
isort==5.13.2
# Utilities
python-dotenv==1.0.0