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: