Skip to content

Commit 5b36ff0

Browse files
authored
Merge pull request #82 from IdentityPython/develop
Release 1.5.1
2 parents e1eabfd + cdc11da commit 5b36ff0

File tree

3 files changed

+96
-40
lines changed

3 files changed

+96
-40
lines changed

poetry.lock

Lines changed: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exclude_lines = [
2222

2323
[tool.poetry]
2424
name = "cryptojwt"
25-
version = "1.5.0"
25+
version = "1.5.1"
2626
description = "Python implementation of JWT, JWE, JWS and JWK"
2727
authors = ["Roland Hedberg <[email protected]>"]
2828
license = "Apache-2.0"
@@ -41,6 +41,7 @@ jwtpeek = "cryptojwt.tools.jwtpeek:main"
4141
python = "^3.6"
4242
cryptography = "^3.4.6"
4343
requests = "^2.25.1"
44+
readerwriterlock = "^1.0.8"
4445

4546
[tool.poetry.dev-dependencies]
4647
alabaster = "^0.7.12"

0 commit comments

Comments
 (0)