Photo De-Duplication
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
dedup/pyproject.toml

11 lines
221 B

[project]
name = "dedup"
version = "0.1.0"
description = "Photo De-Duplicator"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"opencv-python>=4.11.0.86",
"pillow>=11.2.1",
"xxhash>=3.5.0",
]