forked from erp-dev/erp
feat: running on docker fully, and added rabbitmq/worker container
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user