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

Commit 81129c6

Browse files
committed
added install dependency.
1 parent ff07b8f commit 81129c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def run_tests(self):
6363
install_requires=[
6464
"cryptojwt>=1.0.0",
6565
"pyOpenSSL",
66+
"filelock>=3.0.12"
6667
],
6768
zip_safe=False,
6869
cmdclass={'test': PyTest},

0 commit comments

Comments
 (0)