Skip to content

Commit

Permalink
Allow higher versions of python-dateutil
Browse files Browse the repository at this point in the history
Fixes #162, closes #184
  • Loading branch information
jjkester committed Sep 7, 2020
1 parent 346105d commit 33fa249
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 @@ -20,7 +20,7 @@
long_description_content_type='text/markdown',
install_requires=[
'django-jsonfield>=1.0.0',
'python-dateutil==2.6.0'
'python-dateutil>=2.6.0'
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 33fa249

Please sign in to comment.