Ensured django-cotton in pyproject for docs building

This commit is contained in:
Will Abbott 2025-04-29 08:01:40 +01:00
parent 67cc803327
commit 32db5fa01b

View file

@ -23,6 +23,7 @@ authors = ["Will Abbott <willabb83@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
Django = "^5.1"
django-cotton = "*"
heroicons = "2.6.0"
gunicorn = "20.1.0"
asgiref = ">=3.6.0,<4"