From 617fcf2e5bba9fdd10908741dc786270c28517b9 Mon Sep 17 00:00:00 2001 From: brentru Date: Thu, 21 Jan 2021 15:11:33 -0500 Subject: [PATCH] fix https://github.com/adafruit/Adafruit_CircuitPython_OAuth2/issues/2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d955a08..1d8abf7 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ author_email="circuitpython@adafruit.com", install_requires=[ "Adafruit-Blinka", - "adafruit-requests", + "adafruit-circuitpython-requests", ], # Choose your license license="MIT",