cmc-sales/cmc-django/pyproject.toml
Karl Cordes 6ad0e74ad6 Add instructions to README for docker compose
add cmc-django
add finley to userpasswd
2025-06-03 07:28:32 +10:00

12 lines
229 B
TOML

[project]
name = "cmc-django"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"django>=4.2.20",
"mysqlclient>=2.1.0",
"whitenoise>=6.9.0",
]