add: настройки типографа (01)

This commit is contained in:
2025-12-31 16:20:18 +03:00
parent 3a6848a630
commit 5a2deec357
5 changed files with 147 additions and 21 deletions

View File

@@ -4,15 +4,19 @@ 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"
psycopg2-binary = "^2.9.11"
gunicorn = "^23.0.0"
etpgrf = "^0.1.1"
python-dotenv = "^1.2.1"
# Зависимости для локальной библиотеки etpgrf
# etpgrf = {path = "./etpgrf", develop = true}
beautifulsoup4 = "^4.12"
lxml = "^5.1"
regex = "^2023.12"
[build-system]
requires = ["poetry-core"]