deluge/pyproject.toml
Calum Lind 39f37e6133 [Tests] Remove slimit dependency
The changes to the minify script mean we no longer require slimit.
2018-10-08 12:19:03 +01:00

9 lines
108 B
TOML

[build-system]
requires = [
"setuptools",
"wheel",
]
[tool.black]
skip-string-normalization = true