aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-01-06 22:55:36 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-01-06 22:55:36 +0100
commit1a8d8f8a37e78f48da88dd69e785234d822425ed (patch)
tree8c1003075aec91026908c191cba0fe366539740b /setup.py
parentceaaef069d8ffda23fce320ce66c86e0226f1046 (diff)
downloadtagit-1a8d8f8a37e78f48da88dd69e785234d822425ed.tar.gz
tagit-1a8d8f8a37e78f48da88dd69e785234d822425ed.tar.bz2
tagit-1a8d8f8a37e78f48da88dd69e785234d822425ed.zip
load from config, switch to browsing
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",
)