6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
# Flask HTTPS Development Server Requirements
|
|
# Install with: pip install -r requirements.txt
|
|
|
|
Flask>=2.3.0
|
|
pyOpenSSL>=23.0.0 # Required for adhoc SSL certificate generation
|