Skip to content

Commit 62b94df

Browse files
committed
🐛 Remove german_transliterate as dependencies in setup.py.
1 parent 382f355 commit 62b94df

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@
4343
"click",
4444
"g2p_en",
4545
"dataclasses",
46-
"german_transliterate @ git+https://github.com/repodiac/german_transliterate.git#egg=german_transliterate"
4746
],
4847
"setup": ["numpy", "pytest-runner",],
49-
"test": [
50-
"pytest>=3.3.0",
51-
"hacking>=1.1.0",
52-
],
48+
"test": ["pytest>=3.3.0", "hacking>=1.1.0",],
5349
}
5450

5551
# TODO(@dathudeptrai) update console_scripts.

0 commit comments

Comments
 (0)