Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pytest-embedded-wokwi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ requires-python = ">=3.7"
dependencies = [
"pytest-embedded~=1.17.0a2",
"toml~=0.10.2",
# Temporary workaround for Wokwi client - will be redirected to the official repo
"wokwi-client @ git+https://github.com/JakubAndrysek/wokwi-python-client.git@add-sync-client",
# Temporary workaround - will be fixed for stable release
"wokwi-client",
]

[project.optional-dependencies]
Expand Down