From 7b2eb66e2c2a9307e2dffb45e55338540ac5cbbc Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Fri, 14 Feb 2014 11:28:05 +0000 Subject: [PATCH] Added requests to requirements --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e92d9df23f..7f030492f8 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ setup( "beautifulsoup4>=4.3.2", "lxml>=3.3.0", "BeautifulSoup==3.2.1", # django-compressor gets confused if we have lxml but not BS3 installed + "requests==2.2.1", ], zip_safe=False, )