From 0f38b991576cb40a93e2d70d61dcaebd9b30fc7c Mon Sep 17 00:00:00 2001 From: "Evan.Mattiza" Date: Sun, 28 May 2017 15:41:06 -0500 Subject: [PATCH] Added Sphinx to Pipfile Yeah. What it sounds like. Signed-off-by: Evan.Mattiza --- Pipfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index e451f41..ff3033a 100644 --- a/Pipfile +++ b/Pipfile @@ -1,3 +1,7 @@ +[dev-packages] +pytest = "*" +Sphinx = "*" + [packages] humanize = "*" pytz = "*" @@ -5,6 +9,3 @@ dateparser = "*" "ruamel.yaml" = "*" tzlocal = "*" pendulum = ">=1.0" - -[dev-packages] -pytest = "*"