Removing npre from setup.py: it is no longer a thing.

pull/177/head
jMyles 2018-02-28 22:28:52 -08:00
parent bed029c480
commit 84f7c4a604
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ INSTALL_REQUIRES = [
'rpcudp>=3.0',
'lmdb',
'pynacl',
'npre',
'pysha3==1.0.2',
'bidict',
]
@ -23,7 +22,7 @@ TESTS_REQUIRE = [
LINKS = [
'https://github.com/nucypher/kademlia/archive/kms-dependency.tar.gz#egg=kademlia-1.0',
'https://github.com/bmuller/rpcudp/archive/python3.5.tar.gz#egg=rpcudp-3.0.0',
'https://github.com/nucypher/nucypher-pre-python@kms-dependency#egg=npre']
]
setup(name='nkms',
version='0.1',