Skip to content

Commit

Permalink
require pyffmpeg==1.6.1 for now, this package isn't very stable
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Oct 2, 2020
1 parent a8d53ab commit d91f8bc
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 @@ -30,7 +30,7 @@
],
setup_requires=["setuptools_scm"],
extras_require={
"mp4": ["pyffmpeg"],
"mp4": ["pyffmpeg==1.6.1"], # pin for now, this package is not very stable
},
python_requires=">=3.6",
classifiers=[
Expand Down

0 comments on commit d91f8bc

Please sign in to comment.