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 29, 2017
1 parent 4678069 commit c2a55cb
Show file tree
Hide file tree
Showing 2 changed files with 2 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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

packages=["miio", "mirobo"],

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 c2a55cb

Please sign in to comment.