Skip to content

Commit e83782d

Browse files
committed
allow later version of cryptography
1 parent abe1f20 commit e83782d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jwtpeek = "cryptojwt.tools.jwtpeek:main"
3939

4040
[tool.poetry.dependencies]
4141
python = "^3.6.2"
42-
cryptography = "^3.4.6"
42+
cryptography = ">=3.4.6"
4343
requests = "^2.25.1"
4444
readerwriterlock = "^1.0.9"
4545

0 commit comments

Comments
 (0)