Skip to content

Commit

Permalink
[#424] Fix cryptography version
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Apr 3, 2020
1 parent 541a0a1 commit c15e69e
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 @@ -90,7 +90,7 @@ def get_include_files() -> List[Tuple[str, str]]:
# Dependencies
install_requires=[
"nassl>=3.0.0,<3.2.0",
"cryptography==2.5",
"cryptography==2.8",
"tls-parser>=1.2.0,<1.3.0",
"typing_extensions ; python_version<'3.8'", # To remove when we drop support for Python 3.7
],
Expand Down

0 comments on commit c15e69e

Please sign in to comment.