pepkit / peppy

Project metadata manager for PEPs in Python
https://pep.databio.org/peppy
BSD 2-Clause "Simplified" License
37 stars 13 forks source link

Remove logmuse dependency? #429

Closed vreuter closed 1 year ago

vreuter commented 1 year ago

logmuse appears to be declared as a dependency, but no longer used? If so, we could remove it from requirements/requirements-all.txt

nsheff commented 1 year ago

Did peppy ever have CLI? I guess at one point we were toying with that but they we moved that functionality completely to eido, so probably peppy should never have relied on logmuse.

vreuter commented 1 year ago

It looks like at one point I added it, but yeah I will remove the dependency now since it looks like the commit where it was introduced was way back and the logging infrastructure is different now.