Skip to content

Commit

Permalink
fix requires package
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code committed Oct 9, 2023
1 parent 619ebd4 commit e56002b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e56002b

Please sign in to comment.