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.
This commit is contained in:
amercader 2013-08-13 11:53:22 +01:00
parent 2f8cbbdb3b
commit cf7774ceba
1 changed files with 3 additions and 1 deletions

View File

@ -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