From cf7774ceba8021300302b93dd6abf49acbda7c20 Mon Sep 17 00:00:00 2001 From: amercader Date: Tue, 13 Aug 2013 11:53:22 +0100 Subject: [PATCH] Modify OWSLib requirement to prevent conflicts We will target a specific changeset of OWSLib for the time being, just until there is a proper release which includes geopython/OWSLib@4b0a62cd. Basically OWSLib required python-dateutil==2.1, which is intended for Python 3 and conflicted with the version used by CKAN core. --- pip-requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index d4fc919..7a78fd2 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -1,6 +1,8 @@ GeoAlchemy>=0.6 Shapely>=1.2.13 -OWSLib==0.7.2 +# Temporal requirement until there is an OWSLib release +# that requires python-dateutil<2.0 +-e git+https://github.com/geopython/OWSLib.git@4b0a62cd37a5a03aafc5c0cd9606e0658d5ac664#egg=owslib lxml<=2.2.99 argparse pyparsing==1.5.6