-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
46 lines (42 loc) · 1.02 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
[metadata]
name = curt
author = Benjamin Kiessling
author_email = [email protected]
summary = transformer-based trainable layout analysis system
home_page = http://kraken.re
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
license = Apache
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
keywords =
htr
layout analysis
[files]
packages = curt
[entry_points]
console_scripts =
curt = curt.cli:cli
[flake8]
max_line_length = 160
exclude = tests/*
[options]
python_requires = >=3.7,<=3.10
install_requires =
click>=7.0
numpy
Pillow>=6.2.2
scipy
torchvision>=0.5.0
torch>=1.7.1,<1.11
shapely
pytorch-lightning
rich