commit 38189e16709795537731c4089709185ed30e53ba Author: wu.shiming Date: Wed Sep 30 11:32:45 2020 +0800 Remove Babel requirement Babel is no longer a requirement for OpenStack projects. We can remove it and save some disk space. Change-Id: I83a8632b004b6b94d5a99e00f9f4e193081eaba9 diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index 1d15bb3..0000000 --- a/babel.cfg +++ /dev/null @@ -1 +0,0 @@ -[python: **.py] \ No newline at end of file diff --git a/lower-constraints.txt b/lower-constraints.txt index 3b2baed..7392673 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index bf80bc7..07f8913 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index 21cb7a5..8552465 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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