diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-05-08 10:29:31 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-05-08 10:29:31 +0300 |
| commit | b45ee03d473fcd07843e9201988974035ec79f81 (patch) | |
| tree | c0a8137c411d774d6da572aef9e5dfa5baa74f40 /requirements.txt | |
| parent | 998800c13fffefdb4525b4e75a8feac0c97a24d0 (diff) | |
Update reqs, use Python 3 by default
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/requirements.txt b/requirements.txt index 0c191a0..a75f7bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,9 @@ Flask==0.10.1 -Flask-SQLAlchemy==1.0 -Jinja2==2.7.3 -MarkupSafe==0.23 -SQLAlchemy==0.9.6 -Werkzeug==0.9.6 -gunicorn==19.0.0 +Flask-SQLAlchemy==2.1 +gunicorn==19.4.5 itsdangerous==0.24 -psycopg2==2.5.3 -wsgiref==0.1.2 +Jinja2==2.8 +MarkupSafe==0.23 +psycopg2==2.6.1 +SQLAlchemy==1.0.12 +Werkzeug==0.11.9 |
