Files
appunti/pyproject.toml

17 lines
289 B
TOML

[project]
name = "appunti"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=5.2.8",
"djangorestframework>=3.16.1",
]
[dependency-groups]
dev = [
"django-stubs>=5.2.8",
"ipdb>=0.13.13",
]