Skip to content

Commit

Permalink
Unpin external dependencies
Browse files Browse the repository at this point in the history
Require the least-known-to-work version to minimize risk for dependency
problems for users. Fixes #42.
  • Loading branch information
postlund committed Feb 12, 2017
1 parent 385b280 commit 8671fcc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -27,8 +27,8 @@ Requirements
------------

- python>=3.4.2
- zeroconf==0.18.0
- aiohttp==1.3.0
- zeroconf>=0.17.7
- aiohttp>=1.3.0

Getting started
---------------
Expand Down
7 changes: 3 additions & 4 deletions docs/index.rst
Expand Up @@ -79,10 +79,9 @@ page.
Dependencies
------------

- Python 3.4.2+
- zeroconf
- aiohtto

- python>=3.4.2
- zeroconf>=0.17.7
- aiohttp>=1.3.0

Contributing
------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -16,8 +16,8 @@
zip_safe=False,
platforms='any',
install_requires=[
'aiohttp==1.3.1',
'zeroconf==0.18.0',
'aiohttp>=1.3.0',
'zeroconf>=0.17.7',
],
test_suite='tests',
keywords=['apple', 'tv'],
Expand Down

0 comments on commit 8671fcc

Please sign in to comment.