mirror of https://github.com/nucypher/nucypher.git
Removing npre from setup.py: it is no longer a thing.
parent
bed029c480
commit
84f7c4a604
3
setup.py
3
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue