diff --git a/Pipfile b/Pipfile index 934479c..b72340d 100644 --- a/Pipfile +++ b/Pipfile @@ -13,6 +13,7 @@ sphinx-rtd-theme = "*" graphviz = "*" coverage = "*" ipython = "*" +setuptools = "*" [scripts] tests = 'sh -c "PYTHONPATH=$(pwd)/lib python -m unittest -v tests"'