forked from claw/flaskpaste
19 lines
318 B
Plaintext
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
|