Remove Babel requirement

Babel is no longer a requirement for OpenStack projects. We can remove
it and save some disk space.

Change-Id: I83a8632b004b6b94d5a99e00f9f4e193081eaba9
This commit is contained in:
wu.shiming
2020-09-30 11:32:45 +08:00
committed by Pierre Riteau
parent 021d1d7a17
commit 38189e1670
4 changed files with 0 additions and 7 deletions

View File

@@ -1 +0,0 @@
[python: **.py]

View File

@@ -3,7 +3,6 @@ alembic==0.8.10
amqp==2.2.2
appdirs==1.4.3
astroid==1.3.8
Babel==2.3.4
beautifulsoup4==4.6.0
cachetools==2.0.1
certifi==2018.1.18

View File

@@ -4,7 +4,6 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
alembic>=0.8.10 # MIT
Babel!=2.4.0,>=2.3.4 # BSD
eventlet!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0,>=0.18.2 # MIT
Flask!=0.11,>=0.10 # BSD
iso8601>=0.1.11 # MIT

View File

@@ -59,7 +59,3 @@ oslo.policy.policies =
wsgi_scripts =
blazar-api-wsgi = blazar.api.wsgi_app:init_app
[extract_messages]
keywords = _
mapping_file = babel.cfg
output_file = blazar/locale/blazar.pot