Skip to content

Commit

Permalink
[#556]Update nassl to fix segmentation faults on Red Hat Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Sep 24, 2023
1 parent 8ccd0e3 commit fc07035
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 @@ -98,7 +98,7 @@ def get_include_files() -> List[Tuple[str, str]]:
entry_points={"console_scripts": ["sslyze = sslyze.__main__:main"]},
# Dependencies
install_requires=[
"nassl>=5,<6",
"nassl>=5.1,<6",
"cryptography>=2.6,<42",
"tls-parser>=2,<3",
"pydantic>=1.10,<2.4",
Expand Down

0 comments on commit fc07035

Please sign in to comment.