# This file allows you to install the latest development version of CKAN and
# all its dependencies in a virtual environment.
#
# Use it like this:
# 
#     pip install --ignore-installed -r pip-requirements.txt

# Latest CKAN from default branch
-e hg+https://bitbucket.org/okfn/ckan#egg=ckan
# CKAN dependencies
-r https://bitbucket.org/okfn/ckan/raw/default/requires/lucid_conflict.txt
-r https://bitbucket.org/okfn/ckan/raw/default/requires/lucid_present.txt
-r https://bitbucket.org/okfn/ckan/raw/default/requires/lucid_missing.txt

# NOTE: Developers, please do not edit this file. Changes should go in the
#       appropriate files in the `requires' directory.
