-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
48 lines (45 loc) · 1.5 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
[metadata]
name = quipucamayoc
version = attr: quipucamayoc.version.__version__
author = Sergio Correia, Stephan Luck
author_email = [email protected]
url = https://github.com/sergiocorreia/quipucamayoc/
description = Tools to extract information from digitized historical documents
long_description_content_type = text/markdown
long_description = file: README.md
keywords = ocr, data extraction, tables, economic history
license = GNU Affero General Public License v3
classifiers =
Development Status :: 4 - Beta
Environment :: Console
License :: OSI Approved :: GNU Affero General Public License v3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Image Processing
Operating System :: POSIX :: Linux
Operating System :: Unix
Operating System :: MacOS
Operating System :: Microsoft :: Windows
license_files = LICENSE
[options]
python_requires = >=3.10
packages = find:
zip_safe = False
install_requires =
opencv-contrib-python >= 4.5.5.62
#opencv-python >= 4.5.5.62
numpy >= 1.21.2
boto3 >= 1.21.1
awscli >= 1.22.84
click >= 8.0.3
Pillow >= 9.0.1
loguru >= 0.6.0
rich >= 12.3.0
[options.extras_require]
dev = matplotlib >= 3.5.0; hdf5storage >= 0.1.14; torch >= 1.12; scikit-image >= 0.19.2
jupyter = ipywidgets >= 8.0
[options.entry_points]
console_scripts =
quipu = quipucamayoc:cli