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

Commit 28d0643

Browse files
committed
Necessary import for testing (responses)
1 parent 8eab5f4 commit 28d0643

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ def run_tests(self):
6868
install_requires=[
6969
'oidcservice>=1.1.0',
7070
'oidcmsg>=1.1.3',
71-
'pyyaml'
71+
'pyyaml',
72+
'responses'
7273
],
7374
tests_require=[
7475
'pytest',

0 commit comments

Comments
 (0)