alisaifee / limits

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

Use importlib.resources from the standard library #230

Closed cjwatson closed 2 months ago

cjwatson commented 2 months ago

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

cjwatson commented 2 months ago

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