20 lines
413 B
TOML
20 lines
413 B
TOML
[tool.poetry]
|
|
name = "gerioù-bir"
|
|
version = "0.1.0"
|
|
description = "Un arload evit sevel c'hoarioù gerioù-bir"
|
|
authors = ["Ewen Korr"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
django = "^4.2.5"
|
|
django-environ = "^0.11.2"
|
|
djangorestframework = "^3.14.0"
|
|
django-cors-headers = "^4.2.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|