From 15eea4215246314443a3efd1ef3c3074c989b4ab Mon Sep 17 00:00:00 2001 From: "Q.hongtao" Date: Sun, 13 Sep 2020 00:29:32 +0800 Subject: [PATCH] Remove translation sections from setup.cfg These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I3ce75df7f7afa9158ca89801b6226ae9a6e84a02 --- babel.cfg | 2 -- lower-constraints.txt | 3 +-- requirements.txt | 3 +-- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 babel.cfg diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index 15cd6cb76..000000000 --- a/babel.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[python: **.py] - diff --git a/lower-constraints.txt b/lower-constraints.txt index 7aaddcf1a..5ae88347a 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -2,7 +2,6 @@ alembic==0.9.8 amqp==2.2.2 aodhclient==1.0.0 appdirs==1.4.3 -Babel==2.5.3 beautifulsoup4==4.6.0 cachetools==2.0.1 certifi==2018.1.18 @@ -100,7 +99,7 @@ python-openstackclient==3.12.0 python-subunit==1.2.0 python-swiftclient==3.5.0 python-troveclient==2.2.0 -pytz==2013.6 +pytz==2018.3 PyYAML==3.13 pyzabbix==0.7.4 reno==3.1.0 diff --git a/requirements.txt b/requirements.txt index 434fcee78..ffb15e0e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ pbr>=3.1.1 # Apache-2.0 alembic>=0.9.8 # MIT -Babel>=2.5.3 # BSD cachetools>=2.0.1 # MIT License cryptography>=2.7 # BSD/Apache-2.0 lxml>=4.5.2 # BSD @@ -40,7 +39,7 @@ eventlet!=0.20.1,>=0.20.0 # MIT six>=1.11.0 # MIT debtcollector>=1.19.0 # Apache-2.0 cotyledon>=1.6.8 # Apache-2.0 -pytz>=2013.6 # MIT +pytz>=2018.3 # MIT tenacity>=4.12.0 tooz>=1.58.0 # Apache-2.0 psutil>=5.4.3 # BSD