From 7f7ba3b84aaae2568f35091fbe3592bdbd65199f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Br=C3=A6dstrup?= Date: Sat, 20 Feb 2016 15:14:38 +0100 Subject: [PATCH] Does not require request library --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 15c5f2e..97147ad 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ # pyW215 -pyW215 is a python library for interfacing with the d-link W215 Smart Plug. +pyW215 is a python3 library for interfacing with the d-link W215 Smart Plug. The library is largely inspired by the javascript implementation by @bikerp [dsp-w215-hnap](https://github.com/bikerp/dsp-w215-hnap). - -# Requirements -- Python 3.3+ -- Requests library