From a171c025f2b996dcddb216c90e88d5d9ee986a97 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Sun, 6 Sep 2015 15:22:19 +0200 Subject: [PATCH] Do not imports requests anymore --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3fe811a..8381c99f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'src'))) print(sys.path) includes = ["sip", "re", "json", "logging", "hashlib", "os", "urllib", - "ucoinpy", "pylibscrypt", "requests"] + "ucoinpy", "pylibscrypt"] excludes = ['.git'] packages = ["libnacl", "encodings"] -- GitLab