Skip to content

Commit dadc6e4

Browse files
author
Ilya Bogdanov
committed
Use specific exonum-launcher version in setup.py
1 parent 73eec7d commit dadc6e4

File tree

1 file changed

+1
-1
lines changed
  • exonum-java-binding/exonum_launcher_java_plugins

1 file changed

+1
-1
lines changed

exonum-java-binding/exonum_launcher_java_plugins/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import setuptools
1818

19-
INSTALL_REQUIRES = ["exonum-launcher"]
19+
INSTALL_REQUIRES = ["exonum-launcher==0.2.0"]
2020

2121
PYTHON_REQUIRES = ">=3.6"
2222

0 commit comments

Comments
 (0)