mirror of https://github.com/nucypher/nucypher.git
Bring back coincurve
parent
4f046b8f25
commit
0fc6edbe9f
1
Pipfile
1
Pipfile
|
@ -23,6 +23,7 @@ flask = "*"
|
|||
# Third-Party Ethereum
|
||||
py-evm = "*"
|
||||
eth-tester = "*"
|
||||
coincurve = "*"
|
||||
web3 = "*"
|
||||
# CLI / Configuration
|
||||
sentry-sdk = "==0.5.2"
|
||||
|
|
|
@ -13,6 +13,7 @@ certifi==2018.11.29
|
|||
cffi==1.11.5
|
||||
chardet==3.0.4
|
||||
click==7.0
|
||||
coincurve==9.0.0
|
||||
colorama==0.4.1
|
||||
constant-sorrow==0.1.0a8
|
||||
constantly==15.1.0
|
||||
|
|
Loading…
Reference in New Issue