chg: Updated pyproject.toml and dependencies.
Some checks failed
Python application / build (3.10) (push) Has been cancelled
Python application / build (3.11) (push) Has been cancelled
Python application / build (3.12) (push) Has been cancelled

This commit is contained in:
Cédric Bonhomme 2025-02-05 09:33:44 +01:00
parent d6015157bf
commit 7849955cdb
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 44 additions and 50 deletions

View file

@ -15,7 +15,7 @@ readme = "README.md"
keywords = ["steganography", "security", "stegano"]
dynamic = ["classifiers"]
requires-python = "^3.10"
requires-python = ">=3.10,<4.0"
dependencies = [
"pillow (>=9.5,<11.0)",
"piexif (>=1.1.3)",