mod: используем внешнюю etpgrf (исправленную версию 0.1.3)

This commit is contained in:
2026-01-15 13:36:37 +03:00
parent d4b4aaeede
commit e5cecfa81a
5 changed files with 176 additions and 237 deletions

View File

@@ -9,14 +9,12 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.13"
django = "^6.0"
psycopg2-binary = "^2.9.11"
gunicorn = "^23.0.0"
python-dotenv = "^1.2.1"
# Зависимости для локальной библиотеки etpgrf
# etpgrf = {path = "./etpgrf", develop = true}
beautifulsoup4 = "^4.12"
lxml = "^5.1"
regex = "^2023.12"
etpgrf = "^0.1.3"
# lxml = "^5.1" # etpgrf подтянет как зависимость
# beautifulsoup4 = "^4.12" # etpgrf подтянет как зависимость
# regex = "^2023.12" # и это тоже
[build-system]
requires = ["poetry-core"]