Skip to content

twisted and pyOpenSSL versions should not be fixed #192

@wichert

Description

@wichert

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions