sassoftware / pymaven

pymaven is a library for working with maven repositories via python. pymaven is not intended as a complete replacement of the maven build system, but instead as a way for python programs to fetch artifacts and artifact dependencies from maven2 repositories.
Apache License 2.0
14 stars 11 forks source link

Relax requirements constraints to a version range #5

Closed pombredanne closed 7 years ago

pombredanne commented 7 years ago

Without this it is not possible to install pymaven when other lxml and requests version are installed.

pombredanne commented 7 years ago

Thanks!