From e56002bbea6c9d5b3ea755bd190a150a8b132a4c Mon Sep 17 00:00:00 2001 From: zakir <80246097+zakir-code@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:29:44 +0800 Subject: [PATCH] fix requires package --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 54394df..bb01b4c 100644 --- a/setup.py +++ b/setup.py @@ -5,11 +5,11 @@ requires = [ "grpcio>=1.59.0", - "google-api-python-client>=2.102.0" - "bech32>=1.2.0" - "ecdsa>=0.18.0" - "hdwallets>=0.1.2" - "mnemonic>=0.20" + "google-api-python-client>=2.102.0", + "bech32>=1.2.0", + "ecdsa>=0.18.0", + "hdwallets>=0.1.2", + "mnemonic>=0.20", ] with open("README.md", "r", encoding="UTF-8") as fh: