Black was not what was breaking everything :3

This commit is contained in:
Michał Gdula 2023-04-19 17:44:45 +00:00
parent 96f56a69b3
commit dc7f1ff1d4
2 changed files with 89 additions and 2 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
description = "Gallery built for fast and simple image management"
authors = ["Fluffy-Bean <michal-gdula@protonmail.com>"]
license = "MIT"
readme = ".github/README.md"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
@ -25,6 +25,7 @@ libsass = "^0.22.0"
jsmin = "^3.0.1"
cssmin = "^0.2.0"
pylint = "^2.16.3"
black = "^23.3.0"
[build-system]
requires = ["poetry-core"]