From 453e499c51464dacb6a65c6a6f1ef0c06d854166 Mon Sep 17 00:00:00 2001 From: icmurray Date: Mon, 12 Mar 2012 20:27:44 +0000 Subject: [PATCH] [release-v1.6.1][pip-requirements] Fixed silly mistake. --- pip-requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index c0a29fcb3f2..4460f149f3e 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -5,11 +5,11 @@ # # pip install --ignore-installed -r pip-requirements.txt --e git+https://github.com/okfn/ckan@release-v1.6#egg=ckan +-e git+https://github.com/okfn/ckan@release-v1.6.1#egg=ckan # CKAN dependencies --r https://github.com/okfn/ckan/raw/release-v1.6/requires/lucid_conflict.txt --r https://github.com/okfn/ckan/raw/release-v1.6/requires/lucid_present.txt --r https://github.com/okfn/ckan/raw/release-v1.6/requires/lucid_missing.txt +-r https://github.com/okfn/ckan/raw/release-v1.6.1/requires/lucid_conflict.txt +-r https://github.com/okfn/ckan/raw/release-v1.6.1/requires/lucid_present.txt +-r https://github.com/okfn/ckan/raw/release-v1.6.1/requires/lucid_missing.txt # NOTE: Developers, please do not edit this file. Changes should go in the # appropriate files in the `requires' directory.