diff --git a/pyproject.toml b/pyproject.toml index d0f4365..682e8f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,10 @@ dependencies = [ "websockets>=10.4", ] +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + [tool.uv] dev-dependencies = [ "isort>=5.13.2",