mirror of https://github.com/MISP/PyMISP
chg: Bump build system to poetry 1.1
parent
c9491ae0f1
commit
cce228564b
|
@ -75,5 +75,5 @@ ipython = "^7.12.0"
|
||||||
jupyterlab = "^1.2.6"
|
jupyterlab = "^1.2.6"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry_core>=1.0", "setuptools"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Loading…
Reference in New Issue