add: пакеты poetry (1)

This commit is contained in:
2026-08-05 17:20:09 +03:00
parent 630cc2199e
commit a3d4560bbc
2 changed files with 262 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[tool.poetry]
name = "hypn0"
version = "0.1.0"
description = "Гипонтические SVG"
authors = ["erjemin <erjemin@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.14"
pillow = "^12.3.0"
django = "^6.0.8"
django-environ = "^0.14.0"
gunicorn = "^26.0.0"
whitenoise = "^6.12.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"