Remove reference to unused translitcodec.

This commit is contained in:
Ben Sturmfels 2021-04-23 13:54:33 +10:00
parent 612a21de6b
commit 3cd6d6ff04
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0
2 changed files with 0 additions and 3 deletions

View File

@ -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)

View File

@ -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',