Files
2026-etpgrf-site/pyproject.toml
erjemin 0f2704573d
All checks were successful
Build ETPGRF-site / build (push) Successful in 1m27s
mod: новая версия библиотеки etpgrf (v0.1.4) и версия сайта (v0.2.2)
2026-02-03 02:44:41 +03:00

23 lines
645 B
TOML

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