Skip to content

Commit

Permalink
Updated dependencies (PyCryptodome vulnerability)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed Aug 28, 2018
1 parent e01fa44 commit 99f5070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ def load_version():
packages = find_packages(exclude=['contrib', 'docs', 'tests', 'demo', 'demos', 'examples']),
package_data={'': ['AUTHORS', 'LICENSE']},
install_requires=[
'base58==0.2.2',
'ecdsa==0.11',
'base58>=0.2.2',
'ecdsa>=0.11',
'six>=1.8.0',
'two1>=3.10.8',
'pycryptodome==3.4.7',
'pycryptodome>=3.6.6',
]
)

0 comments on commit 99f5070

Please sign in to comment.