15 lines
406 B
Plaintext
15 lines
406 B
Plaintext
# To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file
|
|
flask==1.1.2
|
|
gunicorn==20.0.4
|
|
aniso8601==9.0.1
|
|
beautifulsoup4==4.9.3
|
|
click==8.0.1
|
|
Flask-RESTful==0.3.9
|
|
itsdangerous==2.0.1
|
|
Jinja2==3.0.1
|
|
Markdown==3.3.4
|
|
MarkupSafe==2.0.1
|
|
pytz==2021.1
|
|
six==1.16.0
|
|
soupsieve==2.2.1
|