Skip to content

Commit

Permalink
bump regex version, providing wheels (#1232)
Browse files Browse the repository at this point in the history
Close #1112
  • Loading branch information
Mr. Outis authored and JelleZijlstra committed Jan 18, 2020
1 parent 1ab87a3 commit 9ef8e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9ef8e6c

Please sign in to comment.