bskinn / sphobjinv

Toolkit for manipulation and inspection of Sphinx objects.inv files
https://sphobjinv.readthedocs.io
MIT License
78 stars 7 forks source link

Migrate dependency management to pip-tools #288

Closed bskinn closed 2 months ago

bskinn commented 2 months ago

Attempted this in #292. Unsurprisingly in retrospect, immediately hit major dependency conflicts across older Python versions.

It would be nice to pin some things, but the wide range of Python and dependency support needed makes it really hard.

Just dealing with packages updating and occasionally breaking CI and such is probably less of an issue.