chore(trading): point to main market-sim branch (#5982)

This commit is contained in:
Ben 2024-03-12 15:12:16 +00:00 committed by GitHub
parent cebbdb4ee7
commit 447dc254d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ packages = [{include = "trading market-sim e2e"}]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<3.11" python = ">=3.9,<3.11"
psutil = "^5.9.5" psutil = "^5.9.5"
vega-sim = {git = "https://github.com/vegaprotocol/vega-market-sim.git/", branch = "console-e2e-main"} vega-sim = {git = "https://github.com/vegaprotocol/vega-market-sim.git/"}
pytest-playwright = "^0.4.2" pytest-playwright = "^0.4.2"
docker = "^6.1.3" docker = "^6.1.3"
pytest-xdist = "^3.3.1" pytest-xdist = "^3.3.1"