We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae5a8b commit eaad344Copy full SHA for eaad344
1 file changed
setup.py
@@ -12,7 +12,7 @@
12
description='OpenID Connect Provider (OP) library in Python.',
13
install_requires=[
14
'oic >= 1.2.1',
15
- 'nacl',
+ 'pynacl',
16
'pymongo'
17
]
18
)
0 commit comments