bump regex version, providing wheels (#1232)

Close #1112
This commit is contained in:
Mr. Outis 2020-01-18 09:12:24 -06:00 committed by Jelle Zijlstra
parent 1ab87a3f67
commit 9ef8e6c9b0

View File

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