Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 79e603d

Browse files
committed
Update dependency on cryptojwt.
Note that right now you need to get the abstorage branch of cryptojwt to get version 1.0.0 .
1 parent d043189 commit 79e603d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def run_tests(self):
6161
"Programming Language :: Python :: 3.7",
6262
"Topic :: Software Development :: Libraries :: Python Modules"],
6363
install_requires=[
64-
"cryptojwt>=0.8.0",
64+
"cryptojwt>=1.0.0",
6565
"pyOpenSSL",
6666
],
6767
zip_safe=False,

0 commit comments

Comments
 (0)