Skip to content

Commit

Permalink
Merge pull request #83 from luiscoms/patch-1
Browse files Browse the repository at this point in the history
Fix #82
  • Loading branch information
petrjasek authored Aug 6, 2018
2 parents 338714d + f64814e commit 971abd6
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 @@
tests_require=['nose', 'flake8'],
install_requires=[
'arrow>=0.4.2',
'ciso8601>=1.0.2',
'ciso8601>=1.0.2,<2',
'pytz>=2015.4',
'elasticsearch>=2.0.0,<3.0.0',
'Eve>=0.4',
Expand Down

0 comments on commit 971abd6

Please sign in to comment.