1
0
forked from erp-dev/erp

feat: running on docker fully, and added rabbitmq/worker container

This commit is contained in:
2025-11-25 15:56:13 +08:00
parent cd6a2370fc
commit d90917e764
34 changed files with 2474 additions and 74 deletions

View File

@@ -5,6 +5,8 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"celery>=5.5.3",
"coverage>=7.12.0",
"django>=5.2.7",
"django-cors-headers>=4.9.0",
"django-environ>=0.12.0",
@@ -18,10 +20,12 @@ dependencies = [
"markdown>=3.10",
"pillow>=12.0.0",
"uvicorn>=0.38.0",
"watchfiles>=0.22.0",
"psycopg[binary]>=3.2.12",
"redis>=5.0.0",
]
[dependency-groups]
dev = [
"psycopg[binary]>=3.2.12",
"pytest>=9.0.1",
]