Remove Babel requirement
Babel is not needed as requirement, remove it. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: Id5c54668738e3de8ded900f389b646dcdef5d007
This commit is contained in:
@@ -5,7 +5,6 @@ appdirs==1.4.3
|
|||||||
APScheduler==3.5.1
|
APScheduler==3.5.1
|
||||||
asn1crypto==0.24.0
|
asn1crypto==0.24.0
|
||||||
automaton==1.14.0
|
automaton==1.14.0
|
||||||
Babel==2.5.3
|
|
||||||
beautifulsoup4==4.6.0
|
beautifulsoup4==4.6.0
|
||||||
cachetools==2.0.1
|
cachetools==2.0.1
|
||||||
certifi==2018.1.18
|
certifi==2018.1.18
|
||||||
|
|||||||
@@ -120,5 +120,4 @@ input_file = watcher/locale/watcher.pot
|
|||||||
|
|
||||||
[extract_messages]
|
[extract_messages]
|
||||||
keywords = _ gettext ngettext l_ lazy_gettext _LI _LW _LE _LC
|
keywords = _ gettext ngettext l_ lazy_gettext _LI _LW _LE _LC
|
||||||
mapping_file = babel.cfg
|
|
||||||
output_file = watcher/locale/watcher.pot
|
output_file = watcher/locale/watcher.pot
|
||||||
|
|||||||
Reference in New Issue
Block a user