Skip to content

Commit

Permalink
build: Exclude bad version of parsedatetime, closes #743
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 12, 2021
1 parent f7b3297 commit a9f77b3
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 @@ -5,7 +5,7 @@
install_requires = [
'six>=1.9.0',
'pytimeparse>=1.1.5',
'parsedatetime>=2.1',
'parsedatetime>=2.1,!=2.5',
'Babel>=2.0',
'isodate>=0.5.4',
'python-slugify>=1.2.1',
Expand Down

0 comments on commit a9f77b3

Please sign in to comment.