We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382f355 commit 62b94dfCopy full SHA for 62b94df
setup.py
@@ -43,13 +43,9 @@
43
"click",
44
"g2p_en",
45
"dataclasses",
46
- "german_transliterate @ git+https://github.com/repodiac/german_transliterate.git#egg=german_transliterate"
47
],
48
"setup": ["numpy", "pytest-runner",],
49
- "test": [
50
- "pytest>=3.3.0",
51
- "hacking>=1.1.0",
52
- ],
+ "test": ["pytest>=3.3.0", "hacking>=1.1.0",],
53
}
54
55
# TODO(@dathudeptrai) update console_scripts.
0 commit comments