Maxime Beauchemin 2019-02-11 22:36:18 -08:00 committed by GitHub
parent 4638618545
commit de403de6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ croniter==0.3.26
cryptography==2.4.2
decorator==4.3.0 # via retry
defusedxml==0.5.0 # via python3-openid
flask-appbuilder==1.12.1
flask-appbuilder==1.12.3
flask-babel==0.11.1 # via flask-appbuilder
flask-caching==1.4.0
flask-compress==1.4.0

View File

@ -77,7 +77,7 @@ setup(
'croniter>=0.3.26',
'cryptography>=2.4.2',
'flask>=1.0.0, <2.0.0',
'flask-appbuilder>=1.12.1, <2.0.0',
'flask-appbuilder>=1.12.3, <2.0.0',
'flask-caching',
'flask-compress',
'flask-migrate',