[#34] Update lxml requirement
Latest OWSLib introduces changes that require lxml>=2.3.
This commit is contained in:
parent
d921dde407
commit
244f477f91
|
@ -3,6 +3,6 @@ Shapely>=1.2.13
|
||||||
# Temporal requirement until there is an OWSLib release
|
# Temporal requirement until there is an OWSLib release
|
||||||
# that requires python-dateutil<2.0
|
# that requires python-dateutil<2.0
|
||||||
-e git+https://github.com/geopython/OWSLib.git@4b0a62cd37a5a03aafc5c0cd9606e0658d5ac664#egg=owslib
|
-e git+https://github.com/geopython/OWSLib.git@4b0a62cd37a5a03aafc5c0cd9606e0658d5ac664#egg=owslib
|
||||||
lxml<=2.2.99
|
lxml>=2.3
|
||||||
argparse
|
argparse
|
||||||
pyparsing==1.5.6
|
pyparsing==1.5.6
|
||||||
|
|
Loading…
Reference in New Issue