Skip to content

Commit

Permalink
Merge branch 'hotfix/0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Jun 11, 2023
2 parents ec9b400 + 7e05ea8 commit dc6571a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
maintainers = ["Pavel Kirilin <[email protected]>"]
Expand Down Expand Up @@ -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"
Expand All @@ -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"]
Expand Down

0 comments on commit dc6571a

Please sign in to comment.