mirror of
https://github.com/ivuorinen/emoji.git
synced 2026-01-26 03:14:02 +00:00
13 lines
256 B
TOML
13 lines
256 B
TOML
[project]
|
|
name = "emoji-dedup"
|
|
version = "0.1.0"
|
|
description = "Find and remove duplicate emoji files using perceptual hashing"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"imagehash>=4.3",
|
|
"Pillow>=10.0",
|
|
]
|
|
|
|
[project.scripts]
|
|
dedup = "dedup:main"
|