Skip to content

Commit eaad344

Browse files
committed
fix wrong nacl import
1 parent dae5a8b commit eaad344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
description='OpenID Connect Provider (OP) library in Python.',
1313
install_requires=[
1414
'oic >= 1.2.1',
15-
'nacl',
15+
'pynacl',
1616
'pymongo'
1717
]
1818
)

0 commit comments

Comments
 (0)