-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
setup-cli.cfg
73 lines (68 loc) · 1.66 KB
/
setup-cli.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[metadata]
name = pcleaner-cli
version = attr: pcleaner.__version__
description = An AI-powered tool to clean manga panels.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
url = https://github.com/VoxelCubes/PanelCleaner
keywords = image processing, cleaning, text removal, manga, ai, machine learning
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3.10
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Natural Language :: English
[options]
install_requires =
opencv-python
transformers
manga_ocr
Pillow
torch
torchvision
tqdm
numpy
scipy
pyclipper
shapely
natsort
docopt-ng
ConfigUpdater
loguru
prettytable
colorama
requests
xdg
tifffile
PySide6 >= 6.7.0
attrs
psutil
dictdiffer
humanfriendly
simple_lama_inpainting
pytesseract
psd-tools
strenum; python_version < "3.11"
python-magic; platform_system != "Windows"
python-magic-bin; platform_system == "Windows"
pywin32; platform_system == "Windows"
win10toast; platform_system == "Windows"
pyuac; platform_system == "Windows"
python_requires = >=3.10
packages=find:
[options.extras_require]
DBUS =
dbus-python; platform_system == "Linux"
; No data needed.
;[options.package_data]
;pcleaner = data/*
[options.packages.find]
exclude=
tests*
_testbed*
pcleaner.gui*
[options.entry_points]
console_scripts =
pcleaner-cli = pcleaner.main:main