glb: use poetry to new release dicquo-app

This commit is contained in:
2026-02-15 15:06:25 +03:00
parent c9ca084dcf
commit b5e9e85476
2 changed files with 574 additions and 0 deletions

20
pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[tool.poetry]
name = "dicquo"
version = "3.0.0"
description = "Веб-приложение для коллекции цитат и афоризмов."
authors = ["Sergei Erjemin <erjemin@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
django = "^6.0.2"
django-taggit = "^6.1.0"
pillow = "^12.1.1"
pytils = "^0.4.4"
etpgrf = "^0.1.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"