alisaifee / limits

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

Unnecessary dependency on setuptools #175

Closed SpecLad closed 1 year ago

SpecLad commented 1 year ago

Expected Behaviour

limits should not declare a dependency on setuptools, as it hasn't needed it since 9cb7716.

Current Behaviour

It does: https://github.com/alisaifee/limits/blob/9a98ac20f63224faeb1875e0506c75c0b62215ab/requirements/main.txt#L3

Your Environment

alisaifee commented 1 year ago

Thanks! Fixed in f19ef6ee29d204c1465359a400f75e36d6aa191d and will be available in the next release.