1
0
forked from erp-dev/erp
This commit is contained in:
2025-11-03 17:55:30 +08:00
commit 9fde654e2f
77 changed files with 7831 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[project]
name = "flower"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"django>=5.2.7",
"django-cors>=0.1",
"django-environ>=0.12.0",
"django-ninja>=1.4.5",
"django-simpleui>=2025.6.24",
]
[dependency-groups]
dev = [
"psycopg[binary]>=3.2.12",
]