summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlikui <likui@yovole.com>2020-09-03 13:43:30 +0800
committerlikui <likui@yovole.com>2020-10-15 18:26:35 +0800
commite15a3a2733cb3f6fca73145ce92bfc7056759e42 (patch)
tree05a730a87ea406a360e20995038923f97ef68204
parent17d2d5175e322519da96c41c761027e49c10c766 (diff)
downloadpython-troveclient-e15a3a2733cb3f6fca73145ce92bfc7056759e42.tar.gz
Remove Babel requirement
Remove babel.cfg and the translation bits from setup.cfg, those are not needed anymore. Change-Id: Ia70ca75cde26c41aab142ca7a8fff977aedc0f42
-rw-r--r--lower-constraints.txt1
-rw-r--r--requirements.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index a263c2e..8ce8f9e 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -1,7 +1,6 @@
alabaster==0.7.10
appdirs==1.3.0
asn1crypto==0.23.0
-Babel==2.3.4
cffi==1.14.0
cliff==2.8.0
cmd2==0.8.0
diff --git a/requirements.txt b/requirements.txt
index 3d8f95d..dec3c5f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,6 @@ requests>=2.14.2 # Apache-2.0
simplejson>=3.5.1 # MIT
oslo.i18n>=3.15.3 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
-Babel!=2.4.0,>=2.3.4 # BSD
keystoneauth1>=3.4.0 # Apache-2.0
python-swiftclient>=3.2.0 # Apache-2.0
python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0