tkem / cachetools

Extensible memoizing collections and decorators
MIT License
2.28k stars 163 forks source link

On the dependency list #299

Open kuraga opened 6 months ago

kuraga commented 6 months ago

Only in the second file:

there is the dependency list. But as I know, should it be in all of them?

See also: https://stackoverflow.com/a/41398850/556958. On another side, there is https://stackoverflow.com/a/29871401/556958.

Thanks! Feel free to close if it's not correct.

tkem commented 6 months ago

Hmmm... Didn't care to much, since these are only build/test dependencies, cachetools by itself shouldn't have any deps apart from the standard Python libs. But I'll read up on that ASAP (read: in the next couple of weeks), thanks for providing the links!

kuraga commented 6 months ago

@tkem , I've been thinking of it since I was installing the test dependencies... Thanks!