mirror of
https://github.com/ferdzo/serviceCRM.git
synced 2026-04-04 21:06:24 +00:00
Updated form, docker changes.
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user