Skip to content

Commit 44e8624

Browse files
authored
Merge pull request #974 from athossampayo/remove-regex-broken-version
fix(regex-version): removed version 2021.8.27 that breaks dateparser with SegFault
2 parents ab96be9 + ce4dc15 commit 44e8624

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
@@ -25,7 +25,7 @@
2525
'python-dateutil',
2626
'pytz',
2727
# https://bitbucket.org/mrabarnett/mrab-regex/issues/314/import-error-no-module-named
28-
'regex !=2019.02.19',
28+
'regex !=2019.02.19,!=2021.8.27',
2929
'tzlocal',
3030
],
3131
extras_require={

0 commit comments

Comments
 (0)