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 = "*"