Skip to content

Commit

Permalink
Remove reload extra from taskiq for now
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Oct 26, 2024
1 parent 0b69a5c commit 4a6d8bf
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 620 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"aiocache>=0.12.2",
"lvmgort>=1.0.0b1",
"cachetools>=5.4.0",
"taskiq[reload]>=0.11.7",
"taskiq>=0.11.7",
"taskiq-redis>=1.0.0",
"taskiq-aio-pika>=0.4.1",
"taskiq-fastapi>=0.3.2",
Expand All @@ -46,7 +46,9 @@ Documentation = "https://lvmapi.readthedocs.org"

[tool.uv]
package = true
dev-dependencies = [

[dependency-groups]
dev = [
"ipython>=8.0.0",
"doc8>=0.8.0",
"ipdb>=0.12.3",
Expand Down
Loading

0 comments on commit 4a6d8bf

Please sign in to comment.