Files
flaskpaste/requirements.txt
Username 01ee337936
Some checks failed
CI / Lint & Format (push) Failing after 16s
CI / Tests (push) Has been skipped
CI / Security Scan (push) Failing after 21s
slim down production dependencies
2025-12-20 17:37:41 +01:00

12 lines
193 B
Plaintext

# Core
flask>=3.0
# Security & Rate Limiting
flask-limiter>=3.5
# Observability (optional, for /metrics endpoint)
prometheus-flask-exporter>=0.23
# PKI support (optional)
cryptography>=42.0