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

Commit d24c20d

Browse files
committed
[dependency] Fixed no module named: cherry.py in oidcrp/oauth2/__init__.py
1 parent b0de215 commit d24c20d

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
@@ -66,7 +66,8 @@ def run_tests(self):
6666
install_requires=[
6767
'cryptojwt>=0.7.0',
6868
'oidcservice>=0.6.3',
69-
'oidcmsg>=0.6.3'
69+
'oidcmsg>=0.6.3',
70+
'CherryPy>=18.1'
7071
],
7172
tests_require=[
7273
'pytest',

0 commit comments

Comments
 (0)