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

Commit d8ba736

Browse files
committed
Added yaml requirement.
1 parent 198a75d commit d8ba736

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ def run_tests(self):
6363
install_requires=[
6464
"cryptojwt>=1.5.0",
6565
"pyOpenSSL",
66-
"filelock>=3.0.12"
66+
"filelock>=3.0.12",
67+
'pyyaml>=5.1.2'
6768
],
6869
zip_safe=False,
6970
cmdclass={'test': PyTest},

0 commit comments

Comments
 (0)