From bfe494499be5470476a0ce4ba0f86495ce394a32 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Mon, 26 Aug 2013 12:52:44 +0000 Subject: [PATCH] [#1122] Install ckanclient as ckanclient not ckanclient-dev I'm wondering if this is what's causing some git errors on Travis. --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2c1c6cb5041..ac480340fde 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ # These are packages that required when running ckan tests and building the docs --e git+https://github.com/okfn/ckanclient@a315a72eef74dda4831acd022ef84a1246803c73#egg=ckanclient-dev +-e git+https://github.com/okfn/ckanclient@a315a72eef74dda4831acd022ef84a1246803c73#egg=ckanclient docutils==0.8.1 httpretty==0.6.2 # nose==1.3.0 # already in requirements.txt