From 5e2ccceedf67cdf6685cbc224019cf9c948197e8 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Thu, 2 Sep 2021 10:20:03 +0200 Subject: [PATCH] [deps] "build" (python -m build --sdist; python -m build --wheel) --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index b7cb072..c68c670 100644 --- a/Pipfile +++ b/Pipfile @@ -8,6 +8,7 @@ pytest = "*" requests = "*" pytest-asyncio = "*" pylint = "*" +build = "*" [packages] click = ">=7.1,<8"