Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism authored Dec 10, 2024
1 parent e285802 commit 17722b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "vcsi"
version = "7.0.16"
version = "7.0.17"
description = "Create video contact sheets, thumbnails, screenshots"
authors = ["Nils Amiet <[email protected]>"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
pillow = ">=10.0.0,<10.4.1"
python = ">=3.9,<3.14"
pillow = ">=10.0.0,<11.0.1"
numpy = "^1.24.3"
jinja2 = "^3.1.2"
texttable = "^1.6.7"
Expand Down

0 comments on commit 17722b6

Please sign in to comment.