Skip the broken version of regex (#1209)

This commit is contained in:
Hugo van Kemenade 2019-12-16 23:46:44 +02:00 committed by Jelle Zijlstra
parent 1a5b55cf2d
commit 7af619b8c1

View File

@ -69,7 +69,7 @@ def get_long_description() -> str:
"appdirs",
"toml>=0.9.4",
"typed-ast>=1.4.0",
"regex",
"regex!=2019.12.9",
"pathspec>=0.6, <1",
"dataclasses>=0.6; python_version < '3.7'",
"typing_extensions>=3.7.4",