From a188df3ae359ab770aac85d19d23739286ef6d41 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 9 Jun 2026 22:53:50 +0200 Subject: Initial commit --- pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..d13bf24 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "websocket-chat" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [ + "channels-redis>=4.3.0", + "channels[daphne]>=4.3.1", + "django>=5.2.5", +] -- cgit v1.2.3