diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-06-28 14:04:51 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-06-28 14:04:51 +0300 |
| commit | eec59195098a2ee0a4b0a96f48f0978fa7603bd0 (patch) | |
| tree | 67a4f3a226973bbb3ce15a8706cd7d362ae1967b /requirements.txt | |
| parent | ce85a6b7d27449e57f4bbc84d88503386e6ad556 (diff) | |
Bump all versions
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt index e2cec87..448d99f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,9 @@ -Flask==0.9 -Flask-SQLAlchemy==0.16 -Jinja2==2.6 -SQLAlchemy==0.7.8 -Werkzeug==0.8.3 -psycopg2==2.4.5 +Flask==0.10.1 +Flask-SQLAlchemy==1.0 +Jinja2==2.7.3 +MarkupSafe==0.23 +SQLAlchemy==0.9.6 +Werkzeug==0.9.6 +itsdangerous==0.24 +psycopg2==2.5.3 wsgiref==0.1.2 |
