forked from username/flaskpaste
12 lines
193 B
Plaintext
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
|