From 6806c827ddef654b2ba52fef336b90e815b5f106 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 8 Dec 2017 18:26:10 +0000 Subject: [PATCH] hope this does not break build --- Pipfile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index a7b234e7..06e781d3 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,11 @@ pytest = "*" mock = "*" sphinx = "<=1.5.5" -"-e ." = "*" twine = "*" -"sphinx-click" = "*" -"pytest-xdist" = "*" \ No newline at end of file +sphinx-click = "*" +pytest-xdist = "*" + + +[packages] + +"e1839a8" = {path = ".", editable = true}