vutran1710 / PyrateLimiter

⚔️Python Rate-Limiter using Leaky-Bucket Algorithm Family
https://pyratelimiter.readthedocs.io
MIT License
347 stars 36 forks source link

Use poetry-core for build-system instead of full Poetry #96

Closed musicinmybrain closed 1 year ago

musicinmybrain commented 1 year ago

With Poetry 1.1.0, poetry-core was split out so that pip and tox (with isolated builds) would not have to install Poetry and all of its dependencies.

From a Linux distribution perspective, this also allows a system package to be built where poetry-core is available but poetry is not, e.g., EPEL9.