From a116207f0f7fd8aa7d9f37014d7f199636c4e1ac Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 20 Feb 2018 10:01:26 -0500 Subject: [PATCH] add twine to dev dependencies Signed-off-by: Kenneth Reitz --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 7a7dcc7a..4c34149b 100644 --- a/Pipfile +++ b/Pipfile @@ -16,4 +16,4 @@ pytest-xdist = "*" [scripts] -tests = "pytest tests" \ No newline at end of file +tests = "pytest tests"