Files
DroneWars/pyproject.toml
2026-02-10 20:24:02 +01:00

13 lines
280 B
TOML

[project]
name = "dronewars"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=6.0.2",
"djangorestframework>=3.16.1",
"djangorestframework-simplejwt>=5.5.0",
"pydantic>=2.12.5",
]