Skip to content

Commit

Permalink
upgrade; remove heroku crap
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 10, 2015
1 parent f3358fa commit 8e53668
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

35 changes: 17 additions & 18 deletions requirements.txt
@@ -1,24 +1,23 @@
Flask==0.10.1
Flask-SQLAlchemy==2.0
Jinja2==2.7.3
MarkupSafe==0.23
SQLAlchemy==0.9.8
Werkzeug==0.9.6
cffi==0.8.6
cryptography==0.7.2
cffi==0.9.2
cryptography==0.8.2
docopt==0.6.2
enum34==1.0.4
gunicorn==19.1.1
ipython==2.3.1
Flask==0.10.1
Flask-SQLAlchemy==2.0
ipython==3.1.0
itsdangerous==0.24
lxml==3.4.1
Jinja2==2.7.3
lxml==3.4.4
mandrill==1.0.57
ndg-httpsclient==0.3.3
newrelic==2.42.0.35
psycopg2==2.5.4
pyOpenSSL==0.14
MarkupSafe==0.23
ndg-httpsclient==0.4.0
newrelic==2.50.0.39
psycopg2==2.6
pyasn1==0.1.7
pycparser==2.10
requests==2.5.1
pycparser==2.12
pyOpenSSL==0.15.1
requests==2.7.0
six==1.9.0
wsgiref==0.1.2
SQLAlchemy==1.0.4
uWSGI==2.0.10
Werkzeug==0.10.4
1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.

0 comments on commit 8e53668

Please sign in to comment.