From 7e05ea899730b6188c34b6d81ce14c7285c2798b Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Sun, 11 Jun 2023 17:51:15 +0400 Subject: [PATCH] Fixed dependencies. Signed-off-by: Pavel Kirilin --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d24374..92325e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taskiq" -version = "0.7.0" +version = "0.7.1" description = "Distributed task queue with full async support" authors = ["Pavel Kirilin "] maintainers = ["Pavel Kirilin "] @@ -42,7 +42,6 @@ uvloop = { version = ">=0.16.0,<1", optional = true } # For hot-reload. watchdog = { version = "^2.1.9", optional = true } gitignore-parser = { version = "^0", optional = true } -wemake-python-styleguide = "^0.18.0" [tool.poetry.dev-dependencies] pytest = "^7.1.2" @@ -58,6 +57,7 @@ pytest-cov = "^3.0.0" mock = "^4.0.3" pytest-xdist = { version = "^2.5.0", extras = ["psutil"] } types-mock = "^4.0.15" +wemake-python-styleguide = "^0.18.0" [tool.poetry.extras] zmq = ["pyzmq"]