pyupio / dparse

A parser for Python dependency files
MIT License
61 stars 23 forks source link

Release dparse with Piplock support #20

Closed kxepal closed 4 years ago

kxepal commented 6 years ago

Currently, Piplock support is only available on master, not in 0.2.1 release: https://github.com/pyupio/dparse/commit/9cd1830f823bef6b41625705a58f9aa4502faa03

However, pyupio already uses this feature in 0.9.0 release: https://github.com/pyupio/pyup/blob/0.9.0/pyup/requirements.py#L148

This makes pyupio broken.

jayfk commented 6 years ago

Thanks for pointing that out, new release will come tomorrow!

jayfk commented 6 years ago

Leaving this open as a remainder to write some integration tests on stuff like that.