Skip to content

Commit

Permalink
changed optional to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L committed Mar 1, 2023
1 parent 040bc5e commit 727b7e1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ paho-mqtt = "~1.6.1"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[project.optional-dependencies]
test = [
"pytest-asyncio= *",
"pytest = *"
]
[tool.poetry.dev-dependencies]
pytest-asyncio = "*"
pytest = "*"

0 comments on commit 727b7e1

Please sign in to comment.