Skip to content

Commit

Permalink
[#428] Support more versions of cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Apr 18, 2020
1 parent 74ff239 commit 6c6b3ee
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 109 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
nassl = "<3.1.0,>=3.0.0"
cryptography = "==2.8"
cryptography = "<=2.9,>=2.6"
tls-parser = "<1.3.0,>=1.2.0"

[dev-packages]
Expand Down
212 changes: 105 additions & 107 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8",
"cryptography>=2.6,<=2.9",
"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 6c6b3ee

Please sign in to comment.