diff --git a/setup.py b/setup.py index 55c3064..3e0f47b 100644 --- a/setup.py +++ b/setup.py @@ -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' ] )