Skip to content

Commit 37a1f81

Browse files
authored
fix(jose): switch from ecdsa to cryptography backend (#81)
1 parent f4f3b8c commit 37a1f81

2 files changed

Lines changed: 144 additions & 2 deletions

File tree

poetry.lock

Lines changed: 143 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exclude=["tests"]
1818

1919
[tool.poetry.dependencies]
2020
python = "^3.7.0"
21-
python-jose = "^3.3.0"
21+
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
2222
requests-oauthlib = "^1.3.0"
2323
requests = "^2.28.2"
2424
oauthlib = "^3.2.2"

0 commit comments

Comments
 (0)