-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathrequirements.txt
More file actions
67 lines (60 loc) · 1.26 KB
/
requirements.txt
File metadata and controls
67 lines (60 loc) · 1.26 KB
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
# Python 3.10.19
# pip 26.0.1
# build requirement
build==1.4.0
hatchling==1.28.0
# 1.27.0 creates Metadata-Version: 2.4 which is not supported fully by publish github action
#hatchling==1.26.3
# check build
twine==6.2.0
# Common requirements
base58==2.1.1
beautifulsoup4==4.14.3
colorama==0.4.6
cryptography==46.0.5
GitPython==3.1.46
humanfriendly==10.0
lxml==6.0.2
numpy==2.2.6; python_version == '3.10'
numpy==2.4.2; python_version > '3.10'
odfpy==1.4.1
xlrd==2.0.2
striprtf==0.0.29
# onnxruntime - ML engine
onnxruntime==1.23.2; python_version < '3.14'
onnxruntime==1.24.1; python_version >= '3.14'
# openpyxl - A Python library to read/write Excel 2010 xlsx/xlsm files
openpyxl==3.1.5
# pandas - ML requirement and excel data reading
pandas==2.3.3; python_version == '3.10'
pandas==3.0.0; python_version > '3.10'
pdfminer.six==20260107
pybase62==1.0.0
pyjks==20.0.0
python-dateutil==2.9.0.post0
python-docx==1.2.0
python-pptx==1.0.2
PyYAML==6.0.3
rpmfile==2.1.0
whatthepatch==1.0.7
# Auxiliary
# Tests and maintenance packages
# Fixed versions are not necessary
hypothesis
deepdiff
flake8
pylint
mypy
pytest
pytest-cov
pytest-html
pytest-random-order
types-beautifulsoup4
types-colorama
types-PyYAML
types-python-dateutil
types-pyjks
types-regex
types-humanfriendly
pandas-stubs
yapf