mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-03 01:27:39 +00:00
revert click to 7.1.2 again
This commit is contained in:
parent
925960fcaf
commit
fd74dfdbc5
@ -32,9 +32,9 @@ pycryptodome==3.14.1 \
|
|||||||
--hash=sha256:f2772af1c3ef8025c85335f8b828d0193fa1e43256621f613280e2c81bfad423 \
|
--hash=sha256:f2772af1c3ef8025c85335f8b828d0193fa1e43256621f613280e2c81bfad423 \
|
||||||
--hash=sha256:f403a3e297a59d94121cb3ee4b1cf41f844332940a62d71f9e4a009cc3533493 \
|
--hash=sha256:f403a3e297a59d94121cb3ee4b1cf41f844332940a62d71f9e4a009cc3533493 \
|
||||||
--hash=sha256:f572a3ff7b6029dd9b904d6be4e0ce9e309dcb847b03e3ac8698d9d23bb36525
|
--hash=sha256:f572a3ff7b6029dd9b904d6be4e0ce9e309dcb847b03e3ac8698d9d23bb36525
|
||||||
click==8.0.4 \
|
click==7.1.2 \
|
||||||
--hash=sha256:6a7a62563bbfabfda3a38f3023a1db4a35978c0abd76f6c9605ecd6554d6d9b1 \
|
--hash=sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a \
|
||||||
--hash=sha256:8458d7b1287c5fb128c90e23381cf99dcde74beaf6c7ff6384ce84d6fe090adb
|
--hash=sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc
|
||||||
ssz==0.2.4 \
|
ssz==0.2.4 \
|
||||||
--hash=sha256:3c944cd97a38448fe2b145d80d704bd28bc3c5368da9624177b0964e37adaf7e \
|
--hash=sha256:3c944cd97a38448fe2b145d80d704bd28bc3c5368da9624177b0964e37adaf7e \
|
||||||
--hash=sha256:99c4a7bbaf632113fc28beb8770673637286f7fdade1231e0a2c6fae6331c06d
|
--hash=sha256:99c4a7bbaf632113fc28beb8770673637286f7fdade1231e0a2c6fae6331c06d
|
||||||
|
@ -52,9 +52,9 @@ class JITOption(click.Option):
|
|||||||
self.help = _value_of(self.callable_help)
|
self.help = _value_of(self.callable_help)
|
||||||
return super().get_help_record(ctx)
|
return super().get_help_record(ctx)
|
||||||
|
|
||||||
def get_default(self, ctx: click.Context, call: bool = True) -> Any:
|
def get_default(self, ctx: click.Context) -> Any:
|
||||||
self.default = _value_of(self.callable_default)
|
self.default = _value_of(self.callable_default)
|
||||||
return super().get_default(ctx, call)
|
return super().get_default(ctx)
|
||||||
|
|
||||||
|
|
||||||
def jit_option(*args: Any, **kwargs: Any) -> Callable[[Any], Any]:
|
def jit_option(*args: Any, **kwargs: Any) -> Callable[[Any], Any]:
|
||||||
|
Loading…
Reference in New Issue
Block a user