find_duplicate_contacts/setup.cfg

12 lines
193 B
INI
Raw Permalink Normal View History

2024-09-25 13:01:41 +02:00
[metadata]
name = find_duplicate_contacts
2024-09-25 13:50:26 +02:00
version = 1.0.1
2024-09-25 13:01:41 +02:00
[options]
packages = find_duplicate_contacts
install_requires =
vobject
deepdiff
requests
importlib; python_version == "3.10"