Skip to content

Commit c8187c6

Browse files
committed
Remove pycryptodome dependency
1 parent b51b6dc commit c8187c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,12 @@ def get_version(package):
3636
"jwks-client": ["requests"],
3737
"tests": ["pytest>=4.0.1,<5.0.0", "pytest-cov>=2.6.0,<3.0.0"],
3838
"cryptography": ["cryptography >= 1.4"],
39-
"pycryptodome": ["pycryptodomex"],
4039
}
4140

4241
EXTRAS_REQUIRE["dev"] = (
4342
EXTRAS_REQUIRE["tests"]
4443
+ EXTRAS_REQUIRE["cryptography"]
4544
+ EXTRAS_REQUIRE["jwks-client"]
46-
+ EXTRAS_REQUIRE["pycryptodome"]
4745
+ ["mypy", "pre-commit"]
4846
)
4947

0 commit comments

Comments
 (0)