diff --git a/setup.py b/setup.py index ff4d7e7..8769cb1 100755 --- a/setup.py +++ b/setup.py @@ -20,5 +20,10 @@ setup(name='tuhi', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6' ], - python_requires='>=3.6' + python_requires='>=3.6', + install_requires=[ + 'svgwrite', + 'gi', + 'xdg', + ] )