From d2ad02eb1b44ebb55998b951122bde87ee3495f5 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 7 Jun 2014 13:28:36 +0300 Subject: [PATCH] Added "request" package to project for DL operations --- .isort.cfg | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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(),