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 e6f0697 commit 7453c82Copy full SHA for 7453c82
pytest-embedded-wokwi/pyproject.toml
@@ -35,8 +35,8 @@ requires-python = ">=3.7"
35
dependencies = [
36
"pytest-embedded~=1.17.0a2",
37
"toml~=0.10.2",
38
- # Temporary workaround for Wokwi client - will be redirected to the official repo
39
- "wokwi-client @ git+https://github.com/JakubAndrysek/wokwi-python-client.git@add-sync-client",
+ # Temporary workaround - will be fixed for stable release
+ "wokwi-client",
40
]
41
42
[project.optional-dependencies]
0 commit comments