Skip to content

Commit

Permalink
Adding a imageio-ffmpeg dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
anufrievroman committed Nov 17, 2024
1 parent be58907 commit 073626c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Waypaper is available in an external repository owned by Solopasha. You can add
- gobject python library (it might be called `python-gobject` or `python3-gi` or `python3-gobject` in your package manager.)
- `python-importlib_metadata`
- `python-imageio`
- `python-imageio-ffmpeg`
- `python-screeninfo`
- `python-platformdirs`

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"waypaper = waypaper.__main__:run"
]
},
install_requires=["PyGObject", "importlib_metadata", "platformdirs", "Pillow", "imageio", "screeninfo"],
install_requires=["PyGObject", "importlib_metadata", "platformdirs", "Pillow", "imageio", "imageio-ffmpeg", "screeninfo"],
version='2.4',
python_requires='>3.9',
classifiers=[
Expand Down

0 comments on commit 073626c

Please sign in to comment.