mirror of https://github.com/CIRCL/lookyloo
fix: pyproject for poetry 1.1+
parent
ad780e1ad2
commit
3ed4ac5f44
|
@ -55,5 +55,5 @@ mypy = "^0.782"
|
||||||
ipython = "^7.13.0"
|
ipython = "^7.13.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry_core>=1.1.0"]
|
requires = ["poetry_core>=1.0", "setuptools"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Loading…
Reference in New Issue