Skip to content

Commit

Permalink
Fix RPC venv deps so we get rid of the security advisories
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakuhito committed May 8, 2024
1 parent e7d14d5 commit 43a2c10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion commands/rekey.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def sign_tx(
@click.option('--new-update-keys', required=True, help='New set of cold keys, separated by commas')
@click.option('--new-update-threshold', required=True, help='New threshold required for updates')
@click.option('--sig', required=True, help='The signature to verify')
@click.option('--pubkey', help='Optional: cold key pubkey associated with the signature. If not provided, key will be taken from current multisig configuration.')
@click.option('--pubkey', help='Optional: cold key pubkey associated with the signature. If not provided, key will be taken from current multisig configuration')
def verify_tx_sig(
new_message_keys: str,
new_message_threshold: int,
Expand Down
14 changes: 2 additions & 12 deletions rpc_server-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
blinker==1.7.0
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
Flask==3.0.2
Flask-Cors==4.0.0
idna==3.6
itsdangerous==2.1.2
Jinja2==3.1.3
MarkupSafe==2.1.5
flask==3.0.3
flask_cors==4.0.1
requests==2.31.0
urllib3==2.2.1
Werkzeug==3.0.1

0 comments on commit 43a2c10

Please sign in to comment.