nacl > pynacl

This commit is contained in:
Oleg Silkin 2019-08-23 23:42:19 -04:00
parent 8eeff365fd
commit cc32d5e1fe

View file

@ -23,6 +23,7 @@ setup(
'aiosqlite==0.10.0',
'PyNaCl>=1.3.0',
'requests',
'cython', 'nacl' # Not really needed anymore but w/e
'cython',
'pynacl'
]
)