Skip to content

Commit

Permalink
Merge pull request hyperledger#1039 from andkononykhin/perf-script-fi…
Browse files Browse the repository at this point in the history
…x-requirements

Fixes install requirements for performance sripts
  • Loading branch information
ashcherbakov authored Nov 19, 2018
2 parents 674274d + c8298b3 commit eb02f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/performance/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
packages=find_packages(),
package_data={'': ['*.md']},
include_package_data=True,
install_requires=['python3-indy>=1.6.1.dev683', 'PyYAML>=3.12'],
install_requires=['python3-indy>=1.6.1.dev683', 'PyYAML>=3.12', 'libnacl==1.6.1', 'base58'],
setup_requires=['pytest-runner'],
extras_require={'tests': tests_require},
tests_require=tests_require,
Expand Down

0 comments on commit eb02f37

Please sign in to comment.