Skip to content

Commit

Permalink
sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt committed Feb 17, 2024
1 parent b6067b3 commit 8c8c25f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ roomba-password = "roombapy.entry_points:password"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
paho-mqtt = ">=1.5.1,<3.0.0"
orjson = ">=3.9.13"
paho-mqtt = ">=1.5.1,<3.0.0"
pydantic = "^2.6.1"

[tool.poetry.dev-dependencies]
pytest = "^8.0"
pytest-asyncio = "^0.23"
black = "^24.2"
isort = "^5.13"
flake8 = "^7.0"
isort = "^5.13"
pytest = "^8.0"
pytest-asyncio = "^0.23"

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

0 comments on commit 8c8c25f

Please sign in to comment.