glb: use poetry to new release dicquo-app
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user