Browse Source

Update dependencies to latest version on PyPI

Peter Justin 9 years ago
parent
commit
27599c4b1a
2 changed files with 24 additions and 24 deletions
  1. 21 21
      requirements.txt
  2. 3 3
      test_requirements.txt

+ 21 - 21
requirements.txt

@@ -1,38 +1,38 @@
-alembic==0.7.6
-Babel==1.3
+alembic==0.8.4
+Babel==2.2.0
 blinker==1.3
 cov-core==1.15.0
-coverage==3.7.1
+coverage==4.0.3
 Flask==0.10.1
 flask-allows==0.1.0
 Flask-Cache==0.13.1
 Flask-DebugToolbar==0.10.0
-Flask-Login==0.2.11
+Flask-Login==0.3.2
 Flask-Mail==0.9.1
-Flask-Migrate==1.4.0
+Flask-Migrate==1.7.0
 Flask-Plugins==1.6.1
 Flask-Redis==0.1.0
 Flask-Script==2.0.5
-Flask-SQLAlchemy==2.0
+Flask-SQLAlchemy==2.1
 Flask-Themes2==0.1.4
-Flask-WTF==0.11
+Flask-WTF==0.12
 itsdangerous==0.24
-Jinja2==2.7.3
-Mako==1.0.1
+Jinja2==2.8
+Mako==1.0.3
 MarkupSafe==0.23
-mistune==0.6
-Pygments==2.0.2
-pytz==2015.4
-redis==2.10.3
-requests==2.7.0
-simplejson==3.7.3
-six==1.9.0
+mistune==0.7.1
+Pygments==2.1
+pytz==2015.7
+redis==2.10.5
+requests==2.9.1
+simplejson==3.8.1
+six==1.10.0
 speaklater==1.3
-SQLAlchemy==1.0.6
-SQLAlchemy-Utils==0.30.11
-Unidecode==0.4.18
-Werkzeug==0.10.4
+SQLAlchemy==1.0.11
+SQLAlchemy-Utils==0.31.6
+Unidecode==0.04.19
+Werkzeug==0.11.3
 Whoosh==2.7.0
-WTForms==2.0.2
+WTForms==2.1
 https://github.com/sh4nks/flask-babelex/tarball/master#egg=Flask-BabelEx
 https://github.com/jshipley/Flask-WhooshAlchemy/archive/master.zip#egg=Flask-Whooshalchemy

+ 3 - 3
test_requirements.txt

@@ -1,5 +1,5 @@
 -r requirements.txt
-py==1.4.29
-pytest==2.7.2
-pytest-cov==1.8.1
+py==1.4.31
+pytest==2.8.7
+pytest-cov==2.2.0
 pytest-random==0.2