-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
73 lines (70 loc) · 1.46 KB
/
setup.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 = docsaidkit
version = attr: docsaidkit.__version__
description = All useful tools.
long_description = file: README.md
license = Apache License 2.0
classifiers=
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Intended Audience :: Developers
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
python_requires = >=3.8,<=3.10
url = https://github.com/DocsaidLab/DocsaidKit.git
[options]
packages = find:
include_package_data = True
setup_requires=
pip
setuptools
wheel
install_requires =
pyheif
dacite
psutil
requests
onnx
colored
numpy
pdf2image
ujson
pyyaml
tqdm
pybase64
PyTurboJPEG
dill
networkx
natsort
flask
shapely
piexif
matplotlib
opencv-python
opencc-python-reimplemented
onnxruntime;platform_system=='Darwin'
onnxruntime_gpu;platform_system=='Linux'
[options.packages.find]
exclude =
docker
demo
tests
benchmarks
[options.extras_require]
torch =
timm>=0.5.4
scikit-learn
transformers
torch
torchvision
torchmetrics
albumentations
ptflops==0.7.0
calflops
lightning
rich