Skip to content

Commit

Permalink
Merge pull request #11 from communitiesuk/bau-add-crypto
Browse files Browse the repository at this point in the history
BAU: included crypto module in pyjwt to enable decoding using rs256
  • Loading branch information
gidsg authored Jul 25, 2022
2 parents 7184c3d + 15a65a3 commit 2f35239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"python-json-logger>=2.0.2,<3.0.0",
"gunicorn>=20.1.0,<21.0.0",
"pytz>=2022.1",
"PyJWT>=2.4.0",
"PyJWT[crypto]>=2.4.0",
]

setup_kwargs = {
"name": "funding-service-design-utils",
"version": "0.0.9",
"version": "0.0.10",
"description": "Utils for the fsd-tech team",
"long_description": None,
"author": "DHULC",
Expand Down

0 comments on commit 2f35239

Please sign in to comment.