Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

twisted and pyOpenSSL versions should not be fixed #192

Open
wichert opened this issue Apr 6, 2020 · 1 comment
Open

twisted and pyOpenSSL versions should not be fixed #192

wichert opened this issue Apr 6, 2020 · 1 comment

Comments

@wichert
Copy link

wichert commented Apr 6, 2020

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

install_requires=["twisted==19.2.1","pyOpenSSL==19.0.0"],

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?

@ygl-rg
Copy link

ygl-rg commented Aug 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants