aboutsummaryrefslogtreecommitdiffstats
path: root/python/setup.py
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-03-21 00:39:45 +0100
committerMartin Czygan <martin.czygan@gmail.com>2021-03-21 00:39:45 +0100
commit677b7671dbc747649c9443f140bf7923f60dfe7e (patch)
tree4a6f7ea1ab08dc2528ab1cae1dc3b80027b18949 /python/setup.py
parente00e979a8b144231ce16aafe6b8482e4104f5e37 (diff)
downloadrefcat-677b7671dbc747649c9443f140bf7923f60dfe7e.tar.gz
refcat-677b7671dbc747649c9443f140bf7923f60dfe7e.zip
fix imports
Diffstat (limited to 'python/setup.py')
-rw-r--r--python/setup.py1
1 files changed, 1 insertions, 0 deletions
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",
],},