Skip to content

Commit

Permalink
ported to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhea0 committed Mar 13, 2015
1 parent 5d99999 commit adcc131
Showing 1 changed file with 11 additions and 20 deletions.
31 changes: 11 additions & 20 deletions requirements.txt
@@ -1,30 +1,21 @@
Flask==0.10.1
Flask-Bcrypt==0.6.0
Flask-DebugToolbar==0.9.0
Flask-Bcrypt==0.6.2
Flask-DebugToolbar==0.9.2
Flask-Login==0.2.11
Flask-Mail==0.9.1
Flask-Migrate==1.2.0
Flask-OAuth==0.12
Flask-Migrate==1.3.0
Flask-SQLAlchemy==2.0
Flask-Script==2.0.5
Flask-Testing==0.4.2
Flask-WTF==0.10.2
Flask-WTF==0.11
Jinja2==2.7.3
Mako==1.0.0
Mako==1.0.1
MarkupSafe==0.23
SQLAlchemy==0.9.8
WTForms==2.0.1
Werkzeug==0.9.6
alembic==0.6.7
SQLAlchemy==0.9.9
WTForms==2.0.2
Werkzeug==0.10.1
alembic==0.7.4
blinker==1.3
coverage==4.0a1
ecdsa==0.11
httplib2==0.9
coverage==3.7.1
itsdangerous==0.24
oauth2==1.5.211
paramiko==1.15.1
psycopg2==2.5.4
py-bcrypt==0.4
pycrypto==2.6.1
requests==2.4.3
wsgiref==0.1.2
python-bcrypt==0.3.1

0 comments on commit adcc131

Please sign in to comment.