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