update requirements

This commit is contained in:
ziirish 2018-08-18 11:42:54 +02:00
parent ea2d374d85
commit 288d05fda4
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46
3 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View file

@ -11,6 +11,7 @@ devel.sh
.ropeproject
.pylintrc
.pytest_cache
.python-version
dist
_build
.tags

View file

@ -1,9 +1,10 @@
Flask==0.12.4
trio=0.6.0
Flask==1.0.2
Flask-Login==0.4.1
Flask-Bower==1.3.0
Flask-Babel==0.11.2
Flask-WTF==0.14.2
flask-restplus==0.10.1
flask-restplus==0.11.0
Flask-Caching==1.4.0
WTForms==2.1
arrow==0.12.1

View file

@ -1,4 +1,4 @@
trio==0.4.0
trio==0.6.0
Flask==1.0.2
Flask-Login==0.4.1
Flask-Bower==1.3.0
@ -7,7 +7,7 @@ Flask-WTF==0.14.2
flask-restplus==0.11.0
Flask-Caching==1.4.0
WTForms==2.1
arrow==0.12.0
arrow==0.12.1
pluginbase==0.5
tzlocal==1.5.1
pyOpenSSL>=17.5.0