mirror of
https://github.com/anufrievroman/waypaper.git
synced 2024-11-21 23:17:12 +03:00
fix: add opencv as requirement
probably should have done this earlier but i didn't know if it was necessary
This commit is contained in:
parent
cf9eb4b4cd
commit
968469d269
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ setuptools.setup(
|
||||
"waypaper = waypaper.__main__:run"
|
||||
]
|
||||
},
|
||||
install_requires=["PyGObject", "importlib_metadata", "platformdirs", "Pillow"],
|
||||
install_requires=["PyGObject", "importlib_metadata", "platformdirs", "Pillow", "opencv-python-headless"],
|
||||
version='2.3',
|
||||
python_requires='>3.9',
|
||||
classifiers=[
|
||||
|
Loading…
Reference in New Issue
Block a user