chg: [dependencies] Updated dependencies

This commit is contained in:
Cédric Bonhomme 2025-06-22 10:42:05 +02:00
parent e653151040
commit ea7648858a
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 90 additions and 88 deletions

View file

@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[project]
name = "stegano"
version = "1.0.1"
version = "2.0.0"
description = "A pure Python Steganography module."
authors = [
{name = "Cédric Bonhomme", email= "cedric@cedricbonhomme.org"}
@ -18,10 +18,10 @@ dynamic = ["classifiers"]
requires-python = ">=3.10,<4.0"
dependencies = [
"pillow (>=9.5,<11.0)",
"pillow (>=9.5,<12.0)",
"piexif (>=1.1.3)",
"crayons (>=0.4.0)",
"opencv-python (>=4.8.1.78)"
"opencv-python (>=4.11.0.86)"
]
[project.urls]