aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f6a7a61..926228c 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ setup(
url='https://www.igsor.net/projects/blackstar/tagit/',
download_url='https://pip.igsor.net',
packages=('tagit', ),
- install_requires=('kivy', ),
+ install_requires=('kivy', 'python-dateutil', 'pyyaml'), # pyexiv2 (for test/utils/test_time.py)
python_requires=">=3.7",
)