Files
2026-etpgrf-site/pyproject.toml
erjemin 150601c413
Some checks failed
Build ETPGRF-site / build (push) Failing after 1m19s
Обновление версии для релиза v0.2.7
2026-03-22 10:22:31 +03:00

24 lines
664 B
TOML

[tool.poetry]
name = "2026-etpgrf-site"
version = "0.2.7"
description = ""
authors = ["erjemin <erjemin@gmail.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.13"
django = "^6.0"
gunicorn = "^25.0.0"
python-dotenv = "^1.2.1"
etpgrf = "^0.1.6"
# lxml = "^5.1" # etpgrf подтянет как зависимость
# regex = "^2023.12" # etpgrf подтянет как зависимость
# beautifulsoup4 = "^4.10.0" # etpgrf подтянет как зависимость
pillow = "^12.1.0"
pytils = "^0.4.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"