Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JnyJny committed Oct 22, 2023
1 parent 79989e8 commit 2bbdc4b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 179 deletions.
187 changes: 11 additions & 176 deletions poetry.lock

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

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ hidapi = "^0.14.0"
[tool.poetry.extras]
webapi = ["fastapi", "uvicorn"]

[tool.poetry.dev-dependencies]
anyio = {extras = ["trio"], version = "^3.7.1"}

[tool.poetry.scripts]
busylight="busylight.__main__:cli"

Expand Down Expand Up @@ -85,6 +82,7 @@ pytest-cov = ">=3,<5"
mypy = ">=0.991,<1.5"
pytest-mock = "^3.9.0"
poethepoet = "^0.19.0"
anyio = "^3.7"

[tool.pytest.ini_options]
addopts = "-p no:warnings"
Expand Down

0 comments on commit 2bbdc4b

Please sign in to comment.