[deps] "build" (python -m build --sdist; python -m build --wheel)

This commit is contained in:
Maxime Alves LIRMM 2021-09-02 10:20:03 +02:00
parent 844f6a8f14
commit 5e2ccceedf
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ pytest = "*"
requests = "*"
pytest-asyncio = "*"
pylint = "*"
build = "*"
[packages]
click = ">=7.1,<8"