flask-appbuilder: fix flask-babel dep
This commit is contained in:
parent
5f56dd84b7
commit
4a7bcab1d0
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ buildPythonPackage rec {
|
|||
--replace "PyJWT>=1.7.1" "PyJWT" \
|
||||
--replace "Flask-SQLAlchemy>=2.4, <3" "Flask-SQLAlchemy" \
|
||||
--replace "Flask-JWT-Extended>=3.18, <4" "Flask-JWT-Extended" \
|
||||
--replace "Flask-Login>=0.3, <0.5" "Flask-Login"
|
||||
--replace "Flask-Login>=0.3, <0.5" "Flask-Login" \
|
||||
--replace "Flask-Babel>=1, <2" "Flask-Babel"
|
||||
'';
|
||||
|
||||
# majority of tests require network access or mongo
|
||||
|
|
Loading…
Reference in a new issue