diceware icon indicating copy to clipboard operation
diceware copied to clipboard

Remove pkg_resources dependency

Open ulif opened this issue 5 years ago • 1 comments

We use pkg_resources for retrieving package version infos. While this is not exactly bad (and even convenient from a developers point of view), it is also the only external dependency we carry with us. It would be nice, to depend on standard lib packages only, which woulg also mean less trouble for maintainers.

ulif avatar Dec 20 '18 13:12 ulif

Beside changing the way the version is fetched, this would mean to also eliminate the entry-point mechanism used to collect the random methods. And this means, one will not be able to plug in other random sources by installing completely independent package. Is this intended?

htgoebel avatar Apr 29 '19 08:04 htgoebel