Skip to content

Commit

Permalink
Merge pull request #20 from iheartradio/pre-release-dependency-cleanup
Browse files Browse the repository at this point in the history
Try not to break when dependencies update
  • Loading branch information
dirn committed Mar 1, 2016
2 parents 7b53f84 + 9b1ba67 commit 86e9e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
version='0.1.0',
packages=find_packages(exclude=['tests']),
install_requires=[
'Henson>=0.5.0',
'aioamqp>=0.5.1',
'Henson>=1.0.0,<2.0.0',
'aioamqp>=0.5.1,<1.0.0',
],
tests_require=[
'tox',
Expand Down

0 comments on commit 86e9e59

Please sign in to comment.