From 3c3ab16ebc8ac6a06b1848e5a007d527992ffcfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sat, 24 Feb 2018 00:10:46 +0100 Subject: [PATCH] Added twine to the dev packages. --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 96fb120..def4f94 100644 --- a/Pipfile +++ b/Pipfile @@ -14,6 +14,7 @@ crayons = "*" [dev-packages] +twine = "*" pep8 = "*" coverage = "*" coveralls = "*"