Skip to content

Commit

Permalink
add pytz to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Oct 30, 2017
1 parent 4569e12 commit b99633e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ zeroconf
pycrypto # for miio-extract-tokens
attrs
typing # for py3.4 support
pytz # for tz offset in vacuum
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
packages=["miio", "mirobo"],

python_requires='>=3.4',
install_requires=['construct', 'click', 'cryptography', 'pretty_cron', 'typing', 'zeroconf', 'pycrypto', 'attrs'],
install_requires=['construct', 'click', 'cryptography', 'pretty_cron',
'typing', 'zeroconf', 'pycrypto', 'attrs', 'pytz'],

entry_points={
'console_scripts': [
'mirobo=miio.vacuum_cli:cli',
Expand Down

0 comments on commit b99633e

Please sign in to comment.