Skip to content

Commit

Permalink
Merge pull request #974 from athossampayo/remove-regex-broken-version
Browse files Browse the repository at this point in the history
fix(regex-version): removed version 2021.8.27 that breaks dateparser with SegFault
  • Loading branch information
lopuhin authored Sep 1, 2021
2 parents ab96be9 + ce4dc15 commit 44e8624
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 @@ -25,7 +25,7 @@
'python-dateutil',
'pytz',
# https://bitbucket.org/mrabarnett/mrab-regex/issues/314/import-error-no-module-named
'regex !=2019.02.19',
'regex !=2019.02.19,!=2021.8.27',
'tzlocal',
],
extras_require={
Expand Down

0 comments on commit 44e8624

Please sign in to comment.