[tool.poetry] name = "onlylegs" version = "23.03.03" description = "Gallery built for fast and simple image management" authors = ["Fluffy-Bean "] 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"