Skip to content

Commit 074f4cd

Browse files
Changes to requirements.txt as per updated packages
1 parent b0e1d0d commit 074f4cd

File tree

2 files changed

+31
-20
lines changed

2 files changed

+31
-20
lines changed

Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: gunicorn -w 4 my_app:app --debug --log-level debug
1+
web: gunicorn -w 4 my_app:app --log-level debug

requirements.txt

+30-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
1-
Flask==0.10.1
2-
Flask-Restless==0.14.0
3-
Flask-SQLAlchemy==1.0
4-
Flask-WTF==0.10.0
5-
Jinja2==2.7.3
6-
MarkupSafe==0.23
7-
SQLAlchemy==0.9.7
8-
WTForms==2.0.1
9-
Werkzeug==0.9.6
10-
boto==2.32.1
11-
gunicorn==19.1.1
12-
itsdangerous==0.24
13-
mimerender==0.5.4
14-
python-dateutil==2.2
15-
python-geoip==1.2
16-
python-geoip-geolite2==2014.0207
17-
python-mimeparse==0.1.4
18-
six==1.7.3
19-
wsgiref==0.1.2
1+
Babel==2.6.0
2+
blinker==1.4
3+
boto3==1.9.145
4+
botocore==1.12.145
5+
certifi==2019.3.9
6+
chardet==3.0.4
7+
Click==7.0
8+
docutils==0.14
9+
Flask==1.0.2
10+
Flask-Babel==0.12.2
11+
Flask-SQLAlchemy==2.4.0
12+
Flask-WTF==0.14.2
13+
geoip2==2.9.0
14+
gunicorn==19.9.0
15+
idna==2.8
16+
itsdangerous==1.1.0
17+
Jinja2==2.10.1
18+
jmespath==0.9.4
19+
MarkupSafe==1.1.1
20+
maxminddb==1.4.1
21+
python-dateutil==2.8.0
22+
pytz==2019.1
23+
requests==2.21.0
24+
s3transfer==0.2.0
25+
sentry-sdk==0.7.14
26+
six==1.12.0
27+
SQLAlchemy==1.3.3
28+
urllib3==1.24.3
29+
Werkzeug==0.15.2
30+
WTForms==2.2.1

0 commit comments

Comments
 (0)