blob: d13bf24eb2c20db2dd94f49d563c34526ca745cc (
plain)
1
2
3
4
5
6
7
8
9
10
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",
]
|