capitalone / edgetest

edgetest is a tox-inspired python library that will loop through your project's dependencies, and check if your project is compatible with the latest version of each dependency
https://capitalone.github.io/edgetest/
Apache License 2.0
18 stars 6 forks source link

Toml support #48

Closed fdosani closed 1 year ago

fdosani commented 2 years ago

Closes #47

This feature adds in TOML support to co-exist along side setup.cfg support:

fdosani commented 2 years ago

I think there are some corner cases I still need to capture. Going to push some more commits here.

fdosani commented 2 years ago

@ak-gupta I made some additional changes. Exporting wasn't working as intended, and the docs needs some updates too. Ready for review now though.

fdosani commented 1 year ago

ping @ak-gupta :)