Switching to poetry
This commit is contained in:
parent
596445061f
commit
147c84550c
26
pyproject.toml
Normal file
26
pyproject.toml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
[project]
|
||||||
|
name = "polyphonic"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Polyphonic Ensemble Manager"
|
||||||
|
authors = [
|
||||||
|
{name = "Tris Forster",email = "tris@tfconsulting.com.au"}
|
||||||
|
]
|
||||||
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.10"
|
||||||
|
dependencies = [
|
||||||
|
"django (==5.1)",
|
||||||
|
"django-crispy-forms",
|
||||||
|
"django-markdown2",
|
||||||
|
"django-rest-framework",
|
||||||
|
"crispy-bulma (>=0.12.0,<0.13.0)"
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.poetry]
|
||||||
|
packages = [{include = "*", from="app"}]
|
||||||
|
|
||||||
|
[tool.poetry.group.dev.dependencies]
|
||||||
|
django-debug-toolbar = "3.8.1"
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
||||||
Loading…
x
Reference in New Issue
Block a user