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:
parent
2f8cbbdb3b
commit
cf7774ceba
|
@ -1,6 +1,8 @@
|
||||||
GeoAlchemy>=0.6
|
GeoAlchemy>=0.6
|
||||||
Shapely>=1.2.13
|
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
|
lxml<=2.2.99
|
||||||
argparse
|
argparse
|
||||||
pyparsing==1.5.6
|
pyparsing==1.5.6
|
||||||
|
|
Loading…
Reference in New Issue