Files
files_mephi/02 РВоИС/python/django/pyproject.toml
T
2026-04-20 09:51:00 +03:00

10 lines
178 B
TOML

[project]
name = "web-django"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"django>=6.0.4",
]