Skip to content

Commit

Permalink
Add explicit dependency on cryptography (fixes: aiortc#414)
Browse files Browse the repository at this point in the history
Make it clear that we depend directly on the `crytography` package
rather than relying on the transitive dependency via `pyopenssl`. We do
not version the dependency in order to avoid clashing with the versioned
dependency in `pyopenssl`.
  • Loading branch information
jlaine committed Dec 12, 2023
1 parent cd666b3 commit 7f65808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers = [
]
dependencies = [
"certifi",
"cryptography",
"pylsqpack>=0.3.3,<0.4.0",
"pyopenssl>=22",
"service-identity>=23.1.0",
Expand Down

0 comments on commit 7f65808

Please sign in to comment.