Skip to content

Commit

Permalink
[release-v1.6.1][pip-requirements] Fixed silly mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
icmurray committed Mar 12, 2012
1 parent 9ecbde5 commit 453e499
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pip-requirements.txt
Expand Up @@ -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.

0 comments on commit 453e499

Please sign in to comment.