From 8c8c25f95300a5f123bdf36c1c09433513a4ee16 Mon Sep 17 00:00:00 2001 From: Philipp Schmitt Date: Sat, 17 Feb 2024 09:25:49 +0100 Subject: [PATCH] sort deps --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a11394e..7b74057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]