We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73eec7d commit dadc6e4Copy full SHA for dadc6e4
exonum-java-binding/exonum_launcher_java_plugins/setup.py
@@ -16,7 +16,7 @@
16
17
import setuptools
18
19
-INSTALL_REQUIRES = ["exonum-launcher"]
+INSTALL_REQUIRES = ["exonum-launcher==0.2.0"]
20
21
PYTHON_REQUIRES = ">=3.6"
22
0 commit comments