Require regex version 2019.8

This commit is contained in:
Zsolt Dollenstein 2019-10-13 10:24:11 -07:00
parent 6aef6c9d45
commit 57ab909bde
No known key found for this signature in database
GPG Key ID: 09F75E762C27AAD9

View File

@ -12,7 +12,7 @@ toml = ">=0.9.4"
black = {path = ".",extras = ["d"],editable = true}
aiohttp-cors = "*"
typed-ast = ">=1.3.1"
regex = "*"
regex = ">=2019.8"
[dev-packages]
pre-commit = "*"