Skip to content

Commit 3d0a8cc

Browse files
committed
Unpin regex dependency
1 parent fa2e412 commit 3d0a8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'iocextract',
1515
],
1616
install_requires=[
17-
'regex==2019.02.07',
17+
'regex',
1818
],
1919
extras_require={
2020
':python_version <= "2.7"': [

0 commit comments

Comments
 (0)