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
  • Loading branch information
radiac committed Apr 15, 2024
1 parent bf330a4 commit a3c4959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -47,6 +47,7 @@ dependencies = [
"uvicorn>=0.25",
"websockets>=11.0",
"colorama",
"watchfiles",
]
dynamic = ["version"]

Expand Down

0 comments on commit a3c4959

Please sign in to comment.