Skip to content

Commit

Permalink
Add watchfiles as a dependency (#152)
Browse files Browse the repository at this point in the history
The watchfiles dependency used in server.py is missing from requirements
radiac authored Apr 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bf330a4 commit a3c4959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -47,6 +47,7 @@ dependencies = [
"uvicorn>=0.25",
"websockets>=11.0",
"colorama",
"watchfiles",
]
dynamic = ["version"]

0 comments on commit a3c4959

Please sign in to comment.