Skip to content

Commit 8e53668

Browse files
committedMay 10, 2015
upgrade; remove heroku crap
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent f3358fa commit 8e53668

File tree

3 files changed

+17
-20
lines changed

3 files changed

+17
-20
lines changed
 

Diff for: ‎Procfile

-1
This file was deleted.

Diff for: ‎requirements.txt

+17-18
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
Flask==0.10.1
2-
Flask-SQLAlchemy==2.0
3-
Jinja2==2.7.3
4-
MarkupSafe==0.23
5-
SQLAlchemy==0.9.8
6-
Werkzeug==0.9.6
7-
cffi==0.8.6
8-
cryptography==0.7.2
1+
cffi==0.9.2
2+
cryptography==0.8.2
93
docopt==0.6.2
104
enum34==1.0.4
11-
gunicorn==19.1.1
12-
ipython==2.3.1
5+
Flask==0.10.1
6+
Flask-SQLAlchemy==2.0
7+
ipython==3.1.0
138
itsdangerous==0.24
14-
lxml==3.4.1
9+
Jinja2==2.7.3
10+
lxml==3.4.4
1511
mandrill==1.0.57
16-
ndg-httpsclient==0.3.3
17-
newrelic==2.42.0.35
18-
psycopg2==2.5.4
19-
pyOpenSSL==0.14
12+
MarkupSafe==0.23
13+
ndg-httpsclient==0.4.0
14+
newrelic==2.50.0.39
15+
psycopg2==2.6
2016
pyasn1==0.1.7
21-
pycparser==2.10
22-
requests==2.5.1
17+
pycparser==2.12
18+
pyOpenSSL==0.15.1
19+
requests==2.7.0
2320
six==1.9.0
24-
wsgiref==0.1.2
21+
SQLAlchemy==1.0.4
22+
uWSGI==2.0.10
23+
Werkzeug==0.10.4

Diff for: ‎runtime.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)