Version 2.0 from testing branch #1

Merged
olesteep merged 105 commits from testing into master 2025-02-18 23:38:05 +03:00
2 changed files with 12 additions and 12 deletions
Showing only changes of commit c1f152d8d0 - Show all commits

View file

@ -23,10 +23,10 @@ name = "vntools"
version = "2.0-dev"
requires-python = ">= 3.11"
dependencies = [
"Pillow==10.3.0",
"pillow-avif-plugin==1.4.3",
"python-ffmpeg==2.0.12",
"progress==1.6",
"colorama==0.4.6",
"argparse~=1.4.0"
"Pillow>=10.3.0",
"pillow-avif-plugin>=1.4.3",
"python-ffmpeg>=2.0.12",
"progress>=1.6",
"colorama>=0.4.6",
"argparse>=1.4.0"
]

View file

@ -1,6 +1,6 @@
Pillow==10.3.0
pillow-avif-plugin==1.4.3
python-ffmpeg==2.0.12
progress==1.6
colorama==0.4.6
argparse~=1.4.0
Pillow>=10.3.0
pillow-avif-plugin>=1.4.3
python-ffmpeg>=2.0.12
progress>=1.6
colorama>=0.4.6
argparse>=1.4.0