Update dependencies
This commit is contained in:
parent
198a89a0b1
commit
a89f557c41
|
@ -8,6 +8,7 @@ from ereuse_devicehub.devicehub import Devicehub
|
|||
|
||||
|
||||
class DevicehubGroup(flask.cli.FlaskGroup):
|
||||
# todo users cannot make cli to use a custom db this way!
|
||||
CONFIG = DevicehubConfig
|
||||
|
||||
def main(self, *args, **kwargs):
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
anytree==2.4.3
|
||||
apispec==0.39.0
|
||||
boltons==18.0.0
|
||||
boltons==18.0.1
|
||||
click==6.7
|
||||
click-spinner==0.1.8
|
||||
colorama==0.3.9
|
||||
colour==0.1.5
|
||||
ereuse-utils[naming, test, session, cli]==0.4.0b18
|
||||
ereuse-utils[naming, test, session, cli]==0.4.0b19
|
||||
Flask==1.0.2
|
||||
Flask-Cors==3.0.6
|
||||
Flask-SQLAlchemy==2.3.2
|
||||
|
@ -22,8 +22,8 @@ python-stdnum==1.9
|
|||
PyYAML==3.13
|
||||
requests[security]==2.19.1
|
||||
requests-mock==1.5.2
|
||||
SQLAlchemy==1.2.14
|
||||
SQLAlchemy-Utils==0.33.6
|
||||
SQLAlchemy==1.2.17
|
||||
SQLAlchemy-Utils==0.33.11
|
||||
teal==0.2.0a35
|
||||
webargs==4.0.0
|
||||
Werkzeug==0.14.1
|
||||
|
|
Reference in New Issue