Skip to content

Commit 3feab86

Browse files
committed
Updated taskiq dependency.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 7535c6c commit 3feab86

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

poetry.lock

Lines changed: 7 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{ include = "taskiq", from = "taskiq_aio_pika" }]
88

99
[tool.poetry.dependencies]
1010
python = "^3.7"
11-
taskiq = { git = "https://github.com/taskiq-python/taskiq", branch = "master" }
11+
taskiq = "^0.0.1"
1212
aio-pika = "^8.1.0"
1313
isort = "^5.10.1"
1414
black = "^22.6.0"

0 commit comments

Comments
 (0)