Skip to content

Commit

Permalink
fix install_requires to be saner
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Oct 30, 2017
1 parent b88392b commit ae47d40
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@

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

install_requires=['construct', 'click', 'cryptography', 'pretty_cron', 'typing', 'zeroconf', 'pycrypto', 'attrs', 'android_backup'],
install_requires=['construct',
'click',
'cryptography',
'pretty_cron',
'typing',
'zeroconf',
'pycrypto',
'attrs',
'android_backup'],

entry_points={
'console_scripts': [
Expand Down

0 comments on commit ae47d40

Please sign in to comment.