aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-04-23 13:54:33 +1000
committerBen Sturmfels <ben@sturm.com.au>2021-04-23 13:54:59 +1000
commit3cd6d6ff046610fa89ccb6ad16980541f0788dcf (patch)
tree763fa024f8f59ef883e69b2cc6f95c2e7ba97f68
parent612a21de6bd5f1a65f317f55b58a19a4d4a758ac (diff)
downloadmediagoblin-3cd6d6ff046610fa89ccb6ad16980541f0788dcf.tar.lz
mediagoblin-3cd6d6ff046610fa89ccb6ad16980541f0788dcf.tar.xz
mediagoblin-3cd6d6ff046610fa89ccb6ad16980541f0788dcf.zip
Remove reference to unused translitcodec.
-rw-r--r--guix-env.scm1
-rw-r--r--setup.cfg2
2 files changed, 0 insertions, 3 deletions
diff --git a/guix-env.scm b/guix-env.scm
index 95403f13..30b3e83a 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -373,7 +373,6 @@ data as NumPy arrays.")
("python-soundfile" ,python-soundfile)
("python-sphinx" ,python-sphinx)
("python-sqlalchemy" ,python-sqlalchemy)
- ("python-translitcodec" ,python-translitcodec)
("python-unidecode" ,python-unidecode)
("python-waitress" ,python-waitress)
("python-werkzeug" ,python-werkzeug)
diff --git a/setup.cfg b/setup.cfg
index d1d4329e..e10eae0b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -68,8 +68,6 @@ install_requires =
werkzeug>=0.7,<2.0.0 # 2.0.0 breaks legacy API and submission tests.
wtforms>2.1,<3.0 # Removed the "ext" module in 3.0.
- # This is optional:
- # 'translitcodec',
# For now we're expecting that users will install this from
# their package managers.
# 'lxml',