Skip to content

Commit 073626c

Browse files
committed
Adding a imageio-ffmpeg dependency
1 parent be58907 commit 073626c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Waypaper is available in an external repository owned by Solopasha. You can add
5757
- gobject python library (it might be called `python-gobject` or `python3-gi` or `python3-gobject` in your package manager.)
5858
- `python-importlib_metadata`
5959
- `python-imageio`
60+
- `python-imageio-ffmpeg`
6061
- `python-screeninfo`
6162
- `python-platformdirs`
6263

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"waypaper = waypaper.__main__:run"
1818
]
1919
},
20-
install_requires=["PyGObject", "importlib_metadata", "platformdirs", "Pillow", "imageio", "screeninfo"],
20+
install_requires=["PyGObject", "importlib_metadata", "platformdirs", "Pillow", "imageio", "imageio-ffmpeg", "screeninfo"],
2121
version='2.4',
2222
python_requires='>3.9',
2323
classifiers=[

0 commit comments

Comments
 (0)