Added Sphinx to Pipfile

Yeah. What it sounds like.

Signed-off-by: Evan.Mattiza <emattiza@gmail.com>
This commit is contained in:
Evan.Mattiza
2017-05-28 15:41:06 -05:00
parent 66a016ea84
commit 0f38b99157
+4 -3
View File
@@ -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 = "*"