Skip to content

Commit

Permalink
adds base58 and libnacl to install_requires for perf_load
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Kononykhin <[email protected]>
  • Loading branch information
andkononykhin committed Nov 16, 2018
1 parent 674274d commit c8298b3
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 c8298b3

Please sign in to comment.