Skip to content

Commit

Permalink
Merge pull request #13 from minvws/feat/explicit-dependency-on-crypto…
Browse files Browse the repository at this point in the history
…graphy

Explicit dependency on cryptography
  • Loading branch information
annejan authored Aug 26, 2024
2 parents df60792 + 14a1787 commit f604223
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ classifiers=[
]
requires-python=">=3.6"

dependencies=[
"cryptography>=3.1",
]

[project.urls]
Repository="https://github.com/minvws/pUzi-python"

Expand Down

0 comments on commit f604223

Please sign in to comment.