Skip to content
Snippets Groups Projects
Commit 4011fb1b authored by Tobiasz Kędzierski's avatar Tobiasz Kędzierski Committed by James Curtin
Browse files

Update requirements

parent 9e2b313b
No related branches found
No related tags found
No related merge requests found
...@@ -2,18 +2,18 @@ ...@@ -2,18 +2,18 @@
-r prod.txt -r prod.txt
# Testing # Testing
pytest==3.7.4 pytest==5.1.2
WebTest==2.0.30 WebTest==2.0.33
factory-boy==2.11.1 factory-boy==2.12.0
pdbpp==0.10.0 pdbpp==0.10.0
# Lint and code style # Lint and code style
black==19.3b0 black==19.3b0
flake8==3.7.7 flake8==3.7.8
flake8-blind-except==0.1.1 flake8-blind-except==0.1.1
flake8-debugger==3.1.0 flake8-debugger==3.1.0
flake8-docstrings==1.3.0 flake8-docstrings==1.4.0
pydocstyle<4 #temporary until flake8-docstrings is fixed pydocstyle<4 #temporary until flake8-docstrings is fixed
flake8-isort==2.5 flake8-isort==2.7.0
isort==4.3.4 isort==4.3.21
pep8-naming==0.7.0 pep8-naming==0.8.2
# Everything needed in production # Everything needed in production
# Flask # Flask
Flask==1.0.2 Flask==1.1.1
Werkzeug==0.14.1 Werkzeug==0.15.6
click>=5.0 click>=7.0
# Database # Database
Flask-SQLAlchemy==2.3.2 Flask-SQLAlchemy==2.4.0
SQLAlchemy==1.2.11 SQLAlchemy==1.3.8
# Migrations # Migrations
Flask-Migrate==2.2.1 Flask-Migrate==2.5.2
# Forms # Forms
Flask-WTF==0.14.2 Flask-WTF==0.14.2
...@@ -18,8 +18,8 @@ WTForms==2.2.1 ...@@ -18,8 +18,8 @@ WTForms==2.2.1
# Deployment # Deployment
gevent==1.4.0 gevent==1.4.0
gunicorn>=19.1.1 gunicorn>=19.9.0
supervisor==4.0.2 supervisor==4.0.4
# Webpack # Webpack
flask-webpack==0.1.0 flask-webpack==0.1.0
...@@ -29,10 +29,10 @@ Flask-Login==0.4.1 ...@@ -29,10 +29,10 @@ Flask-Login==0.4.1
Flask-Bcrypt==0.7.1 Flask-Bcrypt==0.7.1
# Caching # Caching
Flask-Caching>=1.0.0 Flask-Caching>=1.7.2
# Debug toolbar # Debug toolbar
Flask-DebugToolbar==0.10.1 Flask-DebugToolbar==0.10.1
# Environment variable parsing # Environment variable parsing
environs==4.0.0 environs==5.2.1
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