Skip to content
Snippets Groups Projects
Commit e14468e8 authored by sloria's avatar sloria
Browse files

Update dependencies

parent b0ef2aed
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Testing # Testing
pytest pytest
webtest webtest
factory-boy>=2.2.1 factory-boy==2.4.0
# Management script # Management script
Flask-Script Flask-Script
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
# Flask # Flask
Flask==0.10.1 Flask==0.10.1
MarkupSafe==0.21 MarkupSafe==0.23
Werkzeug==0.9.6 Werkzeug==0.9.6
Jinja2==2.7.3 Jinja2==2.7.3
itsdangerous==0.24 itsdangerous==0.24
# Database # Database
Flask-SQLAlchemy==1.0 Flask-SQLAlchemy==1.0
SQLAlchemy==0.9.6 SQLAlchemy==0.9.7
# Migrations # Migrations
Flask-Migrate==1.2.0 Flask-Migrate==1.2.0
...@@ -23,7 +23,7 @@ gunicorn>=17.5 ...@@ -23,7 +23,7 @@ gunicorn>=17.5
wsgiref>=0.1.2 wsgiref>=0.1.2
# Assets # Assets
Flask-Assets==0.9 Flask-Assets==0.10
cssmin>=0.1.4 cssmin>=0.1.4
jsmin>=2.0.4 jsmin>=2.0.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment