-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathrequirements.txt
46 lines (43 loc) · 1.67 KB
/
requirements.txt
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
# =============================================================================
# @file requirements.txt
# @brief Python dependencies for Handprint
# @created 2018-10-23
# @license Please see the file named LICENSE in the project directory
# @website https://github.com/caltechlibrary/handprint
# =============================================================================
aenum >= 3.1.0
appdirs >= 1.4.4
boltons >= 21.0.0
boto3 >= 1.17.91
commonpy >= 1.3.7
dateparser >= 1.0.0
fastnumbers >= 3.1.0
google-api-core >= 1.30.0
google-api-python-client >= 2.8.0
google-auth >= 1.30.2
google-auth-httplib2 >= 0.1.0
google-cloud >= 0.34.0
google-cloud-vision >= 2.3.1
googleapis-common-protos >= 1.53.0
grpcio >= 1.38.0
humanize >= 3.7.1
imagesize >= 1.2.0
matplotlib >= 3.4.2
numpy >= 1.20.3
Pillow >= 8.2.0
plac >= 1.3.3
psutil >= 5.8.0
PyMuPDF >= 1.18.14
requests >= 2.25.0
rich >= 10.1.0
setuptools >= 57.0.0
sidetrack >= 1.4.0
# Handprint doesn't use six or regex, but they're used by dateparser, and
# apparently installation of dateparser doesn't cause their installation.
regex >= regex-2021.4.4
six >= 1.16.0
StringDist >= 1.0.9
textdistance >= 4.2.1
urllib3 == 1.26.5
validator-collection >= 1.5.0
wheel >= 0.36.2