aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py1
-rw-r--r--python/setup.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index 4fcf97a..5e590a1 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -129,7 +129,6 @@ from gluish.task import BaseTask
from gluish.utils import shellout
from refcat.settings import settings
-from refcat.docstats import SetEncoder, docstats
from refcat.utils import extract_dois, extract_urls, ref_to_release
diff --git a/python/setup.py b/python/setup.py
index 6645545..d3d1776 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -36,6 +36,7 @@ with open("README.md", "r") as fh:
"pylint",
"pytest",
"pytest-cov",
+ "shiv",
"twine",
"yapf",
],},