Skip to content

Commit

Permalink
Merge branch 'develop' into documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Oct 15, 2023
2 parents ee0fe6c + e490d25 commit 36636d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ def run(self):
packages = ["photoidx", "photoidx.qt"],
scripts = ["scripts/photo-idx.py", "scripts/imageview.py"],
python_requires = ">=3.6",
install_requires = ["packaging", "PyYAML", "ExifRead >= 2.2.0"],
install_requires = ["packaging", "PyYAML", "ExifRead >= 2.2.0", "PySide2"],
cmdclass = dict(cmdclass, build_py=build_py, sdist=sdist, meta=meta),
)

0 comments on commit 36636d9

Please sign in to comment.