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

Commit 64f3291

Browse files
committed
bump requirement
1 parent e6d9f69 commit 64f3291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def run_tests(self):
6868
"Programming Language :: Python :: 3.10",
6969
"Topic :: Software Development :: Libraries :: Python Modules"],
7070
install_requires=[
71-
"cryptojwt==1.6.1",
71+
"cryptojwt>=1.7.1",
7272
"pyOpenSSL",
7373
"filelock>=3.0.12",
7474
'pyyaml>=5.1.2'

0 commit comments

Comments
 (0)