Merge pull request #1574 from lnbits/fix-flake

fix flake error: #1088
This commit is contained in:
Arc
2023-03-10 10:54:18 +00:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ flake8 = { version = "^6.0.0", python = ">=3.8.1" }
pylint = { version = "^2.15.10", python = ">=3.7.2" }
[build-system]
requires = ["poetry-core>=1.0.0", "pyScss"]
requires = ["poetry-core>=1.0.0", "pyscss"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]