22 lines
583 B
TOML
22 lines
583 B
TOML
[project]
|
|
name = "don-confiao-backend"
|
|
version = "0.1.0"
|
|
description = "Shop for Recreo store"
|
|
authors = [
|
|
{name = "aserrador",email = "alejandro.ayala@onecluster.org"}
|
|
]
|
|
license = {text = "GPL-3.0-or-later"}
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"django (>=6.0.5,<7.0.0)",
|
|
"djangorestframework (>=3.17.1,<4.0.0)",
|
|
"django-cors-headers (>=4.9.0,<5.0.0)",
|
|
"djangorestframework-simplejwt (>=5.5.1,<6.0.0)",
|
|
"sabatron-tryton-rpc-client (>=7.4.0,<8.0.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|