Skip to content

Commit dc6571a

Browse files
committed
Merge branch 'hotfix/0.7.1'
2 parents ec9b400 + 7e05ea8 commit dc6571a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "taskiq"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "Distributed task queue with full async support"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
maintainers = ["Pavel Kirilin <[email protected]>"]
@@ -42,7 +42,6 @@ uvloop = { version = ">=0.16.0,<1", optional = true }
4242
# For hot-reload.
4343
watchdog = { version = "^2.1.9", optional = true }
4444
gitignore-parser = { version = "^0", optional = true }
45-
wemake-python-styleguide = "^0.18.0"
4645

4746
[tool.poetry.dev-dependencies]
4847
pytest = "^7.1.2"
@@ -58,6 +57,7 @@ pytest-cov = "^3.0.0"
5857
mock = "^4.0.3"
5958
pytest-xdist = { version = "^2.5.0", extras = ["psutil"] }
6059
types-mock = "^4.0.15"
60+
wemake-python-styleguide = "^0.18.0"
6161

6262
[tool.poetry.extras]
6363
zmq = ["pyzmq"]

0 commit comments

Comments
 (0)