cyclone icon indicating copy to clipboard operation
cyclone copied to clipboard

twisted and pyOpenSSL versions should not be fixed

Open wichert opened this issue 5 years ago • 1 comments

Currently the versions of twisted and pyOpenSSL are pinned to an exact version:

https://github.com/fiorix/cyclone/blob/4564503f3f7ea8ebc49d5425b7d053cb17eb553b/setup.py#L61

This makes it impossible to use any later releases of those packages, which may be very important. Exact pinning in setup.py is discouraged for that reason. Can you instead change this to a minimum version check?

wichert avatar Apr 06 '20 19:04 wichert

any progress?

the latest twisted version is 20.3

If I install cyclone via pip, the twisted will be roll back to 19.2.

Now I have to install cyclone via setup.py

that's a bit inconvenient.

ygl-rg avatar Aug 01 '20 03:08 ygl-rg