Files
flaskpaste/requirements.txt
Username 9a641bc14e
Some checks failed
CI / Lint & Security Scan (push) Successful in 48s
CI / Build & Push Image (push) Has been cancelled
CI / Harbor Vulnerability Scan (push) Has been cancelled
CI / Tests (push) Has been cancelled
deps: pin wheel>=0.46.2 (CVE-2026-24049)
2026-02-23 21:57:23 +01:00

19 lines
318 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
# Security fixes (transitive dependency pins)
pip>=25.3
urllib3>=2.6.3
jaraco.context>=6.1.0
setuptools>=80.0
wheel>=0.46.2