Files
DroneWars/pyproject.toml
2026-02-10 23:43:04 +01:00

15 lines
329 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",
"uvicorn>=0.40.0",
"whitenoise>=6.11.0",
]