summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b0868fec..4b5e8411 100755
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,7 @@ SETUP_REQUIRES = ['setuptools_scm >= 3.0']
INSTALL_REQUIRES = [
'attrs >= 16.3.0',
'colorama >= 0.3.7',
+ 'importlib_metadata>=1.7.0;python_version<"3.8"',
'pyperclip >= 1.6',
'setuptools >= 34.4',
'wcwidth >= 0.1.7',