Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 0482d9b

Browse files
committed
create new frozen requirements.txt
1 parent ad49ea6 commit 0482d9b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

application.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# used for ElasticBeanstalk
3+
#
4+
15
from app import app as application
26

37
if __name__ == "__main__":

requirements.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1+
aniso8601==8.0.0
2+
attrs==19.3.0
13
Click==7.0
24
Flask==1.1.1
5+
flask-restplus==0.13.0
6+
gunicorn==19.7.1
7+
importlib-metadata==0.23
38
itsdangerous==1.1.0
49
Jinja2==2.10.3
10+
jsonschema==3.1.1
511
MarkupSafe==1.1.1
12+
more-itertools==7.2.0
13+
pyrsistent==0.15.5
14+
python-dotenv==0.10.3
15+
pytz==2019.3
16+
six==1.13.0
617
Werkzeug==0.16.0
18+
zipp==0.6.0

0 commit comments

Comments
 (0)