nacl
> pynacl
This commit is contained in:
parent
8eeff365fd
commit
cc32d5e1fe
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -23,6 +23,7 @@ setup(
|
||||||
'aiosqlite==0.10.0',
|
'aiosqlite==0.10.0',
|
||||||
'PyNaCl>=1.3.0',
|
'PyNaCl>=1.3.0',
|
||||||
'requests',
|
'requests',
|
||||||
'cython', 'nacl' # Not really needed anymore but w/e
|
'cython',
|
||||||
|
'pynacl'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue