flask-appbuilder: fix flask-babel dep

This commit is contained in:
SCOTT-HAMILTON 2020-12-08 19:00:47 +01:00 committed by Jonathan Ringer
parent 5f56dd84b7
commit 4a7bcab1d0

View file

@ -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