Merge branch 'main' of github.com:MISP/PyMISP into main

pull/664/head
Alexandre Dulaunoy 2020-10-13 22:34:59 +02:00
commit 84be2f4b69
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 2 deletions

View File

@ -75,5 +75,5 @@ ipython = "^7.12.0"
jupyterlab = "^1.2.6"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry_core>=1.0", "setuptools"]
build-backend = "poetry.core.masonry.api"