Skip to content

Commit

Permalink
Be more explicit about our dependencies, no major update pls
Browse files Browse the repository at this point in the history
  • Loading branch information
buckket committed Sep 26, 2017
1 parent bed6544 commit 0bd1874
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
platforms='any',

install_requires=[
'aiohttp',
'python-dateutil',
'humanize',
'click',
'aiohttp>=2.2.5,<3',
'python-dateutil>=2.6.1,<3',
'humanize>=0.5.1,<1',
'click>=6.7,<7',
],

extras_require={
Expand Down

0 comments on commit 0bd1874

Please sign in to comment.