2023-03-02 14:32:15 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "onlylegs"
|
2023-03-03 00:27:31 +00:00
|
|
|
version = "23.03.03"
|
2023-03-02 14:32:15 +00:00
|
|
|
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"
|
2023-03-02 17:00:54 +00:00
|
|
|
gunicorn = "^20.1.0"
|
2023-03-02 14:32:15 +00:00
|
|
|
python-dotenv = "^0.21.0"
|
|
|
|
pyyaml = "^6.0"
|
|
|
|
libsass = "^0.22.0"
|
|
|
|
colorthief = "^0.2.1"
|
|
|
|
Pillow = "^9.4.0"
|
|
|
|
platformdirs = "^3.0.0"
|
2023-03-03 00:26:46 +00:00
|
|
|
SQLAlchemy = "^2.0.3"
|
2023-03-02 14:32:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|