From ded635a370d8ca9680f5eb29b1806473a473ecb2 Mon Sep 17 00:00:00 2001 From: Kim Blomqvist Date: Mon, 9 Jan 2017 21:49:39 +0200 Subject: [PATCH] Requirement should be requests_oauthlib? There's no package called requests-oauth. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7148a71..83ca6aa 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ url="https://github.com/maximebf/python-withings", license = "MIT License", packages = ['withings'], - install_requires = ['requests', 'requests-oauth'], + install_requires = ['requests', 'requests_oauthlib'], scripts=['bin/withings'], keywords="withings", zip_safe = True