hephex / asyncache

Helpers to use cachetools with async functions
MIT License
90 stars 12 forks source link

Move existing typing-related dependencies to 'dev' dependencies #13

Closed rrjjvv closed 1 year ago

rrjjvv commented 1 year ago

Fixes #12

I don't know if you accept PRs (your codebase is small enough and stable enough that it doesn't really warrant a contributor policy, which is a compliment!), but figured I'd maybe save you a couple minutes of work.

This may not be the "best' fix (I suspect maybe a minimum bound, if that), but it was "simple" and is working for me. (To unblock myself, I'm doing a VCS-based install of my fork/branch.)

You're welcome to accept this, ignore it, or plagiarize it as you see fit. Being able to install from pypi (rather than my fork) is all I really care about.

hephex commented 1 year ago

Any PR is welcome 😄 thanks for taking the time to fix this