16 lines
326 B
TOML
16 lines
326 B
TOML
[project]
|
|
name = "django-sample"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"asgiref>=3.10.0",
|
|
"celery[redis]>=5.5.3",
|
|
"django>=5.2.8",
|
|
"django-celery-beat>=2.8.1",
|
|
"flower>=2.0.1",
|
|
"pytz>=2025.2",
|
|
"redis>=5.2.1",
|
|
]
|