From ae1bedbfb4760b1c03ad826bbf8a0369a2e42b27 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Thu, 1 Aug 2013 15:21:43 +0200 Subject: [PATCH] [#1149] Try future version of pip-tools --- dev-requirements.txt | 2 +- requirements.in | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5a1a8a6d7a1..15019f1038d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,6 +5,6 @@ docutils==0.8.1 httpretty==0.6.0 nose==1.2.1 pep8==1.4.6 -pip-tools==0.3.1 +-e git+https://github.com/nvie/pip-tools@future#egg=pip-tools Sphinx==1.2b1 polib==1.0.3 diff --git a/requirements.in b/requirements.in index 0468c7badc2..7b7c5eb77ce 100644 --- a/requirements.in +++ b/requirements.in @@ -1,8 +1,11 @@ +# The file contains the direct ckan requirements. +# Use pip-compile to create a requirements.txt file from this + Babel>=0.9.6 Genshi==0.6 Jinja2>=2.6 Pylons==0.9.7 -WebTest==1.4.3', # need to pin this so that Pylons does not install a newer version that conflicts with WebOb==1.0.8 +WebTest==1.4.3 # need to pin this so that Pylons does not install a newer version that conflicts with WebOb==1.0.8 apachemiddleware>=0.1.1 babel>=0.9.6 fanstatic==0.12