switch to using p_hash
This commit is contained in:
@@ -23,7 +23,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
]
|
||||
dependencies = ["PyTurboJPEG", "Pillow", "ImageHash", "numpy", "tqdm"]
|
||||
dependencies = ["PyTurboJPEG", "Pillow", "ImageHash", "numpy", "tqdm", "sqlite-vec", "tabulate"]
|
||||
|
||||
[project.scripts]
|
||||
image-list = "imagelist2:main"
|
||||
|
||||
Reference in New Issue
Block a user