You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Currently the versions of twisted and pyOpenSSL are pinned to an exact version:
cyclone/setup.py
Line 61 in 4564503
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?
The text was updated successfully, but these errors were encountered: