Bump FAB to 2.2.2 (#9004)

This commit is contained in:
Daniel Vaz Gaspar 2020-01-23 16:51:01 +00:00 committed by GitHub
parent 315a11dfe2
commit 6f1c931ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -21,7 +21,7 @@ croniter==0.3.31
cryptography==2.8
decorator==4.4.1 # via retry
defusedxml==0.6.0 # via python3-openid
flask-appbuilder==2.2.2rc3
flask-appbuilder==2.2.2
flask-babel==0.12.2 # via flask-appbuilder
flask-caching==1.8.0
flask-compress==1.4.0
@ -83,6 +83,3 @@ werkzeug==0.16.0 # via flask, flask-jwt-extended
wtforms-json==0.3.3
wtforms==2.2.1 # via flask-wtf, wtforms-json
zipp==2.0.0 # via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# setuptools

View File

@ -78,7 +78,7 @@ setup(
"croniter>=0.3.28",
"cryptography>=2.4.2",
"flask>=1.1.0, <2.0.0",
"flask-appbuilder>=2.2.1, <2.3.0",
"flask-appbuilder>=2.2.2, <2.3.0",
"flask-caching",
"flask-compress",
"flask-talisman",