Remove strict dependencies versioning
This commit is contained in:
parent
85f1c3776f
commit
c1f152d8d0
2 changed files with 12 additions and 12 deletions
|
@ -23,10 +23,10 @@ name = "vntools"
|
||||||
version = "2.0-dev"
|
version = "2.0-dev"
|
||||||
requires-python = ">= 3.11"
|
requires-python = ">= 3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Pillow==10.3.0",
|
"Pillow>=10.3.0",
|
||||||
"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"
|
"argparse>=1.4.0"
|
||||||
]
|
]
|
|
@ -1,6 +1,6 @@
|
||||||
Pillow==10.3.0
|
Pillow>=10.3.0
|
||||||
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
|
argparse>=1.4.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue