From 555814005af00fe2c0b782333e5cbdb235739ac9 Mon Sep 17 00:00:00 2001 From: pfitzsimmons Date: Thu, 15 Dec 2011 22:38:16 -0500 Subject: [PATCH] Removing requirement for pycurl, as discussed over email, as it creates an unnecessary burden for getting hapi up and running. --- requirements.pip | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.pip b/requirements.pip index 93cec32..32d57f0 100644 --- a/requirements.pip +++ b/requirements.pip @@ -2,5 +2,4 @@ nose==1.1.2 unittest2==0.5.1 -simplejson==2.2.1 -pycurl +simplejson==2.2.1 \ No newline at end of file