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

Commit 4b53c04

Browse files
committed
Specify YAML requirement.
1 parent cfde5c9 commit 4b53c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ def run_tests(self):
6767
"Programming Language :: Python :: 3.9",
6868
"Topic :: Software Development :: Libraries :: Python Modules"],
6969
install_requires=[
70-
'oidcmsg>=1.3.0',
71-
'pyyaml',
70+
'oidcmsg==1.3.2',
71+
'pyyaml>=5.1.2',
7272
'responses'
7373
],
7474
tests_require=[

0 commit comments

Comments
 (0)