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

Commit 196bc80

Browse files
committed
Updated dependencies.
1 parent 56cc2e1 commit 196bc80

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ def run_tests(self):
6767
},
6868
install_requires=[
6969
"oidcmsg>=0.6.5",
70-
"cryptojwt>=0.7.11",
70+
"cryptojwt>=0.7.12",
7171
"jinja2",
72-
"pyyaml"
72+
"pyyaml",
73+
"requests",
74+
"responses"
7375
],
7476
tests_require=[
7577
"pytest", "requests_mock", 'pytest-localserver'

0 commit comments

Comments
 (0)