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

Commit df56512

Browse files
committed
fix: cryptojwt up to 1.6.0
1 parent 3b89449 commit df56512

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
@@ -67,7 +67,7 @@ def run_tests(self):
6767
"Programming Language :: Python :: 3.8",
6868
"Topic :: Software Development :: Libraries :: Python Modules"],
6969
install_requires=[
70-
"cryptojwt>=1.5.2",
70+
"cryptojwt==1.6.0",
7171
"pyOpenSSL",
7272
"filelock>=3.0.12",
7373
'pyyaml>=5.1.2'

0 commit comments

Comments
 (0)