mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
use forked click (#1347)
This commit is contained in:
parent
3ca2b59eed
commit
54dd987668
2
setup.py
2
setup.py
@ -23,7 +23,7 @@ dependencies = [
|
||||
"setproctitle==1.2.2", # Gives the chia processes readable names
|
||||
"sortedcontainers==2.3.0", # For maintaining sorted mempools
|
||||
"websockets==8.1.0", # For use in wallet RPC and electron UI
|
||||
"click==7.1.2", # For the CLI
|
||||
"click@https://github.com/Chia-Network/click/tarball/master#egg=package-1.0", # For the CLI
|
||||
]
|
||||
|
||||
upnp_dependencies = [
|
||||
|
Loading…
Reference in New Issue
Block a user