Create base structure for Django project
This commit is contained in:
parent
95f8d5741a
commit
3294ef2a82
13 changed files with 405 additions and 258 deletions
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
[project]
|
||||
name = "musik"
|
||||
version = "0.1.0"
|
||||
description = "Le jeu de Musik."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"django>=5.2.3",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pre-commit>=4.2.0",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue