From 93514c2da26156f0af0598867660169c3ab4275f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 22 Jan 2017 16:52:25 +0100 Subject: [PATCH] Fix optional-requirements.txt - hddtemp is not installable using pip, remove it. - conditionalize scandir dependency - add py3sensors Note: pip >= 6.0 is required. --- optional-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/optional-requirements.txt b/optional-requirements.txt index 1ac822f6..926c046a 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -3,9 +3,8 @@ bernhard bottle cassandra-driver couchdb -docker>=2.0.2 +docker elasticsearch -hddtemp influxdb matplotlib netifaces @@ -18,7 +17,8 @@ pysnmp pystache pyzmq requests -scandir +scandir; python_version < "3.5" statsd wifi zeroconf +https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.zip