From ae47d403889dc9693d5bd3dc96379974d42af760 Mon Sep 17 00:00:00 2001 From: Teemu Rytilahti Date: Thu, 26 Oct 2017 22:44:51 +0200 Subject: [PATCH] fix install_requires to be saner --- setup.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a8989473..07a602884 100644 --- a/setup.py +++ b/setup.py @@ -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': [