This commit is contained in:
Matteo Rosati
2026-02-10 19:04:40 +01:00
commit d8b48ac181
19 changed files with 291 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "dronewars"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=6.0.2",
]