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

Commit 68b4d08

Browse files
committed
Only need dependency on oidcservice the rest follows.
1 parent 6e28120 commit 68b4d08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ def run_tests(self):
6464
"Programming Language :: Python :: 3.6",
6565
"Topic :: Software Development :: Libraries :: Python Modules"],
6666
install_requires=[
67-
'cryptojwt>=0.7.13',
6867
'oidcservice>=0.6.7',
69-
'oidcmsg>=0.6.6',
7068
'pyyaml'
7169
],
7270
tests_require=[

0 commit comments

Comments
 (0)