Skip to content

Commit

Permalink
Add pycryptodome package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Badretdinov committed Aug 19, 2018
1 parent 12a6eb2 commit 9909f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
setup(
name = 'blocksmith',
packages = ['blocksmith'],
install_requires = ['ecdsa'],
version = '1.2',
install_requires = ['ecdsa', 'pycryptodome'],
version = '1.2.1',
description = 'Bitcoin/Ethereum key manipulation',
author = 'Timur Badretdinov',
author_email = 'destinerx@gmail.com',
Expand Down

0 comments on commit 9909f7f

Please sign in to comment.