Skip the broken version of regex (#1209)
This commit is contained in:
parent
1a5b55cf2d
commit
7af619b8c1
2
setup.py
2
setup.py
@ -69,7 +69,7 @@ def get_long_description() -> str:
|
|||||||
"appdirs",
|
"appdirs",
|
||||||
"toml>=0.9.4",
|
"toml>=0.9.4",
|
||||||
"typed-ast>=1.4.0",
|
"typed-ast>=1.4.0",
|
||||||
"regex",
|
"regex!=2019.12.9",
|
||||||
"pathspec>=0.6, <1",
|
"pathspec>=0.6, <1",
|
||||||
"dataclasses>=0.6; python_version < '3.7'",
|
"dataclasses>=0.6; python_version < '3.7'",
|
||||||
"typing_extensions>=3.7.4",
|
"typing_extensions>=3.7.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user