Skip to content

Commit

Permalink
Add ffmpeg_python to docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker committed May 22, 2024
1 parent a2f75e7 commit f3df5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r ../requirements.txt
ffmpeg-python>=0.2
h5py>=2.10
pandas>=2
Pillow>=7.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/create_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def line(self, relation: str = ">=") -> str:
name="ffmpeg-python",
version_min="0.2",
usage="Reading and writing videos",
collections={"full"},
collections={"full", "docs"},
),
Requirement(
name="h5py",
Expand Down

0 comments on commit f3df5df

Please sign in to comment.