Skip to content

Commit 1cd174a

Browse files
committed
fixed test deps
1 parent eb2b3f3 commit 1cd174a

File tree

2 files changed

+69
-29
lines changed

2 files changed

+69
-29
lines changed

poetry.lock

Lines changed: 64 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ license = "GPLv2"
88
[tool.poetry.dependencies]
99
python = "^3.9"
1010
psutil = "^5.8.0"
11-
12-
[tool.poetry.dev-dependencies]
13-
pytest = "^6.2.1"
11+
websocket_client = "^0.57.0"
12+
pytest = "^6.2.2"
1413
requests = "^2.25.1"
1514
invoke = "^1.5.0"
15+
pathlib = "^1.0.1"
16+
17+
[tool.poetry.dev-dependencies]
1618

1719
[build-system]
1820
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)