Skip to content

Commit

Permalink
Merge pull request #3 from LiteID/NonDependent
Browse files Browse the repository at this point in the history
Updated requirments to reflect new files
  • Loading branch information
ferret-guy authored Dec 20, 2016
2 parents 7100527 + 54db0e2 commit da22f24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
requests==2.9.1
rlp>=0.4.4
pycryptodome>=3.3.1
bitcoin
PyYAML
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
install_requires=[
'requests==2.9.1',
'rlp>=0.4.4',
'pycryptodome>=3.3.1',
'bitcoin',
'PyYAML',
],
)

0 comments on commit da22f24

Please sign in to comment.