Skip to content

Commit

Permalink
fix: add etherscan-python import requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
litneet64 committed Mar 4, 2021
1 parent 49b7819 commit 883071c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etherblob/utils/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ def setup_argparser(cls):
nargs = '*', default = ["default_file_fmt"])

# print version and exit
parser.add_argument('--version', action = 'version', version = 'EtherBlob Explorer 1.3.1')
parser.add_argument('--version', action = 'version', version = 'EtherBlob Explorer 1.3.2')

return parser.parse_args()
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
argparse==1.4.0
etherscan==0.3.0
etherscan-python==2.0.2
python-magic==0.4.20
binwalk==2.2.0
pyfiglet==0.8.post1
Expand Down

0 comments on commit 883071c

Please sign in to comment.