From b91331c820ecfd104e138e8b8f3a4f857b5dc5a4 Mon Sep 17 00:00:00 2001 From: Carlos Oliveira Date: Thu, 3 Sep 2015 11:36:22 -0300 Subject: [PATCH] Add requests as dep in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/setup.py b/setup.py index cef6a4d..972134a 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ REQUIREMENTS = [ 'django-taggit>=0.12.1', 'html2text>=3.200.3', 'chardet>=2.3.0', + 'requests>=2.7.0' ] TEST_REQUIREMENTS = [ -- libgit2 0.21.2