We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3125b1 commit 2665ad9Copy full SHA for 2665ad9
utbot-python/src/main/kotlin/org/utbot/python/utils/RequirementsUtils.kt
@@ -3,8 +3,7 @@ package org.utbot.python.utils
3
object RequirementsUtils {
4
val requirements: List<String> = listOf(
5
"mypy==1.0.0",
6
- "coverage==6.5.0",
7
- "utbot-executor==1.2.0",
+ "utbot-executor==0.100.1",
8
"utbot-mypy-runner==0.2.8",
9
)
10
0 commit comments