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

PYTHON-4373 Use requirements files for deps #1605

Merged
merged 4 commits into from
Apr 17, 2024

Conversation

blink1073
Copy link
Member

No description provided.

@blink1073 blink1073 requested a review from a team as a code owner April 17, 2024 18:51
aws=parse_reqs_file("requirements/aws.txt"),
encryption=parse_reqs_file("requirements/encryption.txt"),
gssapi=parse_reqs_file("requirements/gssapi.txt"),
ocsp=parse_reqs_file("requirements/ocsp.txt"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does setup.py support comments here? ocsp used to be:

    ocsp=[
        "certifi;os.name=='nt' or sys_platform=='darwin'",
        "pyopenssl>=17.2.0",
        "requests<3.0.0",
        "cryptography>=2.5",
        "service_identity>=18.1.0",
    ],

But now will be:

    ocsp=[
        "# PyOpenSSL 17.0.0 introduced support for OCSP. 17.1.0 introduced",
...
    ],

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@blink1073 blink1073 merged commit a421c66 into mongodb:master Apr 17, 2024
17 of 20 checks passed
@blink1073 blink1073 deleted the PYTHON-4373-2 branch April 17, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants