Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
require at least aiohttp 2.0.0
Browse files Browse the repository at this point in the history
Previous versions are incompatible due to module renames.

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
  • Loading branch information
ejoerns authored and Enrico Jorns committed Jun 13, 2017
1 parent 7941693 commit 664cc23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use_scm_version=True,
url='https://github.com/rauc/rauc-hawkbit',
install_requires=[
'aiohttp',
'aiohttp>=2.0.0',
'gbulb==0.2'
],
packages=find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deps=
pytest
pytest-mock
pytest-cov
aiohttp
aiohttp>=2.0.0
pytest-aiohttp
commands=
py.test \
Expand Down

0 comments on commit 664cc23

Please sign in to comment.