youknowone / ring

Python cache interface with clean API and built-in memcache & redis + asyncio support.
http://ring-cache.readthedocs.io/en/latest/
Other
478 stars 37 forks source link

Change version constraint in setup.py #188

Closed isaevmik closed 1 year ago

isaevmik commented 1 year ago

When adding ring package via poetry manager following error occurs:

Invalid constraint (functools32>=3.2.3-2>=0.1.0 ; python_version < "3.0") found in ring-0.9.1 dependencies, skipping

so installation breaks and ring could not be installed.

youknowone commented 1 year ago

Do you know how to fix it for poetry?

youknowone commented 1 year ago

try to fix: https://github.com/youknowone/ring/pull/190/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R21