WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
237 stars 110 forks source link

Loosen version restrictions of packages required for development #187

Closed r24mille closed 6 years ago

r24mille commented 6 years ago

Closes #163 by allowing more recent versions of lxml.

While working in requirements.txt and setup.py I decided to loosen the versions of required packages as much as possible, now that unit tests and continuous integration are in place once again thanks to #130.

All unit tests pass after these change with the latest compliant versions of packages in requirements.txt and I also ran all the integration tests. Though there were some failures (related to existing bugs) the integration tests looked as I'd expect.

From my perspective, this pull request is good to merge!

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 58.981% when pulling a61b3d39f665a49fde16c228af36ae0fe833ef05 on r24mille:163_loosen_requirements_versions into 4286edea5475cd553a758333347f7e2edd8d82a7 on WattTime:master.