Skip to content

Commit

Permalink
fix: Make cryptography an explicit dependency (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 27, 2025
1 parent 96c9167 commit ec85eca
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 1 deletion.
141 changes: 140 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ packages = [

[tool.poetry.dependencies]
beautifulsoup4 = "~=4.12.0"
cryptography = { version = "~=44.0.0", python = ">3.9.0,<3.9.1 || >3.9.1" }
nested-lookup = "~=0.2.25"
PyJWT = "2.10.1"
python = ">=3.9"
Expand Down

0 comments on commit ec85eca

Please sign in to comment.