alisaifee / limits

Rate limiting using various strategies and storage backends such as redis & memcached
https://limits.readthedocs.org
MIT License
410 stars 57 forks source link

Use importlib.resources from the standard library #230

Closed cjwatson closed 2 weeks ago

cjwatson commented 2 weeks ago

Since this package no longer supports Python < 3.7, it doesn't need to use the backport.

cjwatson commented 2 weeks ago

Ugh, sorry, this is wrong - it needs a feature added in 3.9. I'll close this and try a different approach.