python-gallery/pyproject.toml

27 lines
564 B
TOML
Raw Normal View History

[tool.poetry]
name = "onlylegs"
2023-03-03 00:27:31 +00:00
version = "23.03.03"
description = "Gallery built for fast and simple image management"
authors = ["Fluffy-Bean <michal-gdula@protonmail.com>"]
license = "MIT"
readme = ".github/README.md"
[tool.poetry.dependencies]
python = "^3.10"
Flask = "^2.2.2"
flask-compress = "^1.13"
gunicorn = "^20.1.0"
python-dotenv = "^0.21.0"
pyyaml = "^6.0"
libsass = "^0.22.0"
colorthief = "^0.2.1"
Pillow = "^9.4.0"
platformdirs = "^3.0.0"
SQLAlchemy = "^2.0.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"