Skip to content

Commit

Permalink
Initial Update (#2)
Browse files Browse the repository at this point in the history
* Update alembic from 0.8.6 to 0.8.8

* Update pytz from 2016.4 to 2016.7

* Update flask-login from 0.3.2 to 0.4.0

* Update bcrypt from 2.0.0 to 3.1.1

* Update mako from 1.0.4 to 1.0.6

* Update flask-wtf from 0.12 to 0.13.1

* Update flask-migrate from 1.8.0 to 2.0.1

* Update python-editor from 1.0 to 1.0.1

* Update sqlalchemy from 1.0.13 to 1.1.4

* Update cffi from 1.6.0 to 1.9.1

* Update pycparser from 2.14 to 2.17

* Update werkzeug from 0.11.10 to 0.11.11

* Update psycopg2 from 2.6.1 to 2.6.2

* Update flask from 0.11 to 0.11.1
  • Loading branch information
pyup-bot authored and maxtortime committed Nov 22, 2016
1 parent e5248fd commit 3758fa1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
alembic==0.8.6
alembic==0.8.8
Babel==2.3.4
bcrypt==2.0.0
bcrypt==3.1.1
blinker==1.4
cffi==1.6.0
cffi==1.9.1
click==6.6
Flask==0.11
Flask==0.11.1
Flask-Babel==0.11.1
flask-heroku==0.1.9
Flask-Login==0.3.2
Flask-Login==0.4.0
Flask-Mail==0.9.1
Flask-Migrate==1.8.0
Flask-Migrate==2.0.1
Flask-Principal==0.4.0
Flask-Script==2.0.5
Flask-Security==1.7.5
Flask-SQLAlchemy==2.1
Flask-WTF==0.12
Flask-WTF==0.13.1
gunicorn==19.6.0
itsdangerous==0.24
Jinja2==2.8
Mako==1.0.4
Mako==1.0.6
MarkupSafe==0.23
misspellings==1.5
passlib==1.6.5
psycopg2==2.6.1
pycparser==2.14
python-editor==1.0
pytz==2016.4
psycopg2==2.6.2
pycparser==2.17
python-editor==1.0.1
pytz==2016.7
six==1.10.0
SQLAlchemy==1.0.13
Werkzeug==0.11.10
SQLAlchemy==1.1.4
Werkzeug==0.11.11
WTForms==2.1

0 comments on commit 3758fa1

Please sign in to comment.