Skip to content

Commit

Permalink
install watchfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
39bytes committed Dec 27, 2023
1 parent 122e528 commit 81b0ac7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion captain/routers/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from captain.utils.ws import send_message_factory
import asyncio


router = APIRouter(tags=["blocks"], prefix="/blocks")


Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fastapi = "^0.104.0"
uvicorn = { extras = ["standard"], version = "^0.23.2" }
pydantic = "^2.4.2"
reactivex = "^4.0.4"
watchfiles = "^0.21.0"

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.3"
Expand Down

0 comments on commit 81b0ac7

Please sign in to comment.