Skip to content

Commit

Permalink
Merge pull request #600 from codyd51/release
Browse files Browse the repository at this point in the history
Bump minimum required pyopenssl version
  • Loading branch information
nabla-c0d3 committed Apr 1, 2023
2 parents fa69992 + a5a2686 commit 74e582e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def get_include_files() -> List[Tuple[str, str]]:
"cryptography>=2.6,<40",
"tls-parser>=2,<3",
"pydantic>=1.7,<1.11",
"pyOpenSSL>=20,<24",
"pyOpenSSL>=23,<24",
],
# cx_freeze info for Windows builds with Python embedded
options={"build_exe": {"packages": ["cffi", "cryptography"], "include_files": get_include_files()}},
Expand Down

0 comments on commit 74e582e

Please sign in to comment.