diff --git a/.isort.cfg b/.isort.cfg index eac2292a..c905e9ca 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -1,3 +1,3 @@ [settings] line_length=79 -known_third_party=click,clint,serial,SCons +known_third_party=click,requests,serial,SCons diff --git a/setup.py b/setup.py index 9660c110..3ea32f49 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ setup( install_requires=[ "click", "pyserial", + "requests", # "SCons" ], packages=find_packages(),