summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwu.chunyang <wuchunyang@yovole.com>2020-06-29 14:59:25 +0800
committerwu.chunyang <wuchunyang@yovole.com>2020-06-29 15:03:56 +0800
commit9f7323c50ba7bf42b99cdec1b05aff0757c165f9 (patch)
treee20fd480b2873ece68df47c2e9a73b8d9c6a5f89
parentc2eb453deb9aae28a9892f63a30d8d34763a4c97 (diff)
downloadpython-saharaclient-9f7323c50ba7bf42b99cdec1b05aff0757c165f9.tar.gz
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: Ifd51020aabf265eada1f667713013a3a6176c659
-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 6c3b803..1aac5e5 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -1,6 +1,5 @@
appdirs==1.3.0
asn1crypto==0.23.0
-Babel==2.3.4
cffi==1.7.0
cliff==2.8.0
cmd2==0.8.0
diff --git a/requirements.txt b/requirements.txt
index 89685ff..b0bcfcf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,6 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Babel!=2.4.0,>=2.3.4 # BSD
keystoneauth1>=3.4.0 # Apache-2.0
osc-lib>=2.0.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0