Drop django-babel from requirement.txt

We have switched the babel extractor for Django from django-babel
to enmerkar recently. murano-dashboard requirements.txt needs to
sync the change. enmerkar, a successor of django-babel will be
installed via horizon, so we don't need to have it in requirements.txt
explicitly.

lower-constrants.txt is updated to use enmerkar accordingly.

Change-Id: Iab0a50a6f6546d3d67d0e9b00f9bbd04ee2f6c7c
This commit is contained in:
Akihiro Motoki 2020-01-08 15:39:03 +09:00
parent 51ea988b70
commit c62fe30493
2 changed files with 1 additions and 5 deletions

View File

@ -18,13 +18,13 @@ decorator==4.2.1
deprecation==2.0
Django==1.11
django-appconf==1.0.2
django-babel==0.6.2
django-compressor==2.0
django-formtools==2.0
django-pyscss==2.0.2
docutils==0.14
dogpile.cache==0.6.5
dulwich==0.19.0
enmerkar==0.7.1
extras==1.0.0
fasteners==0.14.1
fixtures==3.0.0

View File

@ -17,7 +17,3 @@ oslo.log>=3.36.0 # Apache-2.0
semantic-version>=2.3.1 # BSD
horizon>=15.0.0.0b1 # Apache-2.0
# message extraction
Babel!=2.4.0,>=2.3.4 # BSD
django-babel>=0.6.2 # BSD