use forked click (#1347)

This commit is contained in:
wjblanke 2021-03-17 09:52:00 -07:00 committed by Gene Hoffman
parent 3ca2b59eed
commit 54dd987668

View File

@ -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 = [