Skip to content

Commit

Permalink
fixed test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Jul 21, 2021
1 parent eb2b3f3 commit 1cd174a
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 29 deletions.
90 changes: 64 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ license = "GPLv2"
[tool.poetry.dependencies]
python = "^3.9"
psutil = "^5.8.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.1"
websocket_client = "^0.57.0"
pytest = "^6.2.2"
requests = "^2.25.1"
invoke = "^1.5.0"
pathlib = "^1.0.1"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 1cd174a

Please sign in to comment.