Updated form, docker changes.

This commit is contained in:
2026-01-09 14:27:55 +01:00
parent 45dc3703d7
commit d2651c2be3
13 changed files with 404 additions and 147 deletions

View File

@@ -3,7 +3,7 @@ name = "servicecrm"
version = "0.1.0"
description = "A CRM application built with Django."
readme = "README.md"
requires-python = ">=3.14"
requires-python = ">=3.13"
dependencies = [
"asgiref>=3.11.0",
"cffi>=2.0.0",
@@ -19,6 +19,7 @@ dependencies = [
"django-tables2>=2.8.0",
"dnspython>=2.8.0",
"feedparser>=6.0.12",
"gunicorn>=23.0.0",
"nanoid>=2.0.0",
"pillow>=12.1.0",
"publicsuffix>=1.1.1",
@@ -32,4 +33,5 @@ dependencies = [
"typing-extensions>=4.15.0",
"tzdata>=2025.3",
"uvicorn>=0.40.0",
"whitenoise>=6.11.0",
]