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}