forked from erp-dev/erp
init
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user