pyupio / dparse

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

Support setup.cfg #21

Closed kxepal closed 6 years ago

kxepal commented 6 years ago

Tests failures here are about Pipfile feature /:

jayfk commented 6 years ago

Thanks a bunch for that!

jayfk commented 6 years ago

Tests failures here are about Pipfile feature /:

Yep, tracking that here: https://github.com/pyupio/dparse/issues/19

keimlink commented 6 years ago

@kxepal Thank you for implementing this! 👍

@jayfk Is this a feature considered stable? We received a ton of new PRs to pin dependencies from the bot. If it's stable it should be mentioned in the docs. 😃

kxepal commented 6 years ago

@keimlink :tada: I wouldn't say this feature is very stable since it's only one week old (: Time will tell. If you'll found any bugs or missing parts of that feature feel free to report back and ping me. But so far it should works fine and as expected.

keimlink commented 6 years ago

Great. I'll test it with one of our projects that is already using a setup.cfg to declare it's dependencies.