Skip to content

Commit

Permalink
Minimum supported version of construct specified. (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored and rytilahti committed Jan 30, 2018
1 parent e90b7e3 commit 21065f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
click
cryptography
pretty_cron
construct
construct>=2.9.23
zeroconf
attrs
typing # for py3.4 support
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
packages=["miio", "mirobo"],

python_requires='>=3.4',
install_requires=['construct',
install_requires=['construct>=2.9.23',
'click',
'cryptography',
'pretty_cron',
Expand Down

0 comments on commit 21065f6

Please sign in to comment.