Update requirements
This commit is contained in:
parent
92474b4aa4
commit
44c12a5688
2 changed files with 4 additions and 2 deletions
|
@ -27,5 +27,6 @@ dependencies = [
|
||||||
"pillow-avif-plugin==1.4.3",
|
"pillow-avif-plugin==1.4.3",
|
||||||
"python-ffmpeg==2.0.12",
|
"python-ffmpeg==2.0.12",
|
||||||
"progress==1.6",
|
"progress==1.6",
|
||||||
"colorama==0.4.6"
|
"colorama==0.4.6",
|
||||||
|
"argparse~=1.4.0"
|
||||||
]
|
]
|
|
@ -3,3 +3,4 @@ pillow-avif-plugin==1.4.3
|
||||||
python-ffmpeg==2.0.12
|
python-ffmpeg==2.0.12
|
||||||
progress==1.6
|
progress==1.6
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
|
argparse~=1.4.0
|
Loading…
Add table
Add a link
Reference in a new issue