summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--babel.cfg1
-rw-r--r--lower-constraints.txt1
-rw-r--r--setup.cfg14
3 files changed, 0 insertions, 16 deletions
diff --git a/babel.cfg b/babel.cfg
deleted file mode 100644
index efceab8..0000000
--- a/babel.cfg
+++ /dev/null
@@ -1 +0,0 @@
-[python: **.py]
diff --git a/lower-constraints.txt b/lower-constraints.txt
index e5f464d..c7cd2f2 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -1,6 +1,5 @@
alabaster==0.7.10
appdirs==1.4.3
-Babel==2.5.3
boto3==1.9.199
certifi==2018.1.18
chardet==3.0.4
diff --git a/setup.cfg b/setup.cfg
index bda3be2..a63cf5f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -69,17 +69,3 @@ cinder =
oslo.privsep>=1.23.0 # Apache-2.0
s3 =
boto3>=1.9.199 # Apache-2.0
-
-[compile_catalog]
-directory = glance_store/locale
-domain = glance_store
-
-[update_catalog]
-domain = glance_store
-output_dir = glance_store/locale
-input_file = glance_store/locale/glance_store.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = glance_store/locale/glance_store.pot