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 99512c5 commit cc3bd05Copy full SHA for cc3bd05
graphene_django/utils/str_converters.py
@@ -1,5 +1,5 @@
1
import re
2
-from unidecode import unidecode
+from text_unidecode import unidecode
3
4
5
def to_const(string):
setup.py
@@ -66,7 +66,7 @@
66
"Django>=1.11",
67
"singledispatch>=3.4.0.3",
68
"promise>=2.1",
69
- "unidecode>=1.1.1,<2",
+ "text-unidecode",
70
],
71
setup_requires=["pytest-runner"],
72
tests_require=tests_require,
0 commit comments