cyclone
cyclone copied to clipboard
twisted and pyOpenSSL versions should not be fixed
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?
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.