-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathrequirements.txt
64 lines (57 loc) · 1.29 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Python 3.10.16
# pip 24.3.1
# build requirement
build==1.2.2.post1
hatchling==1.27.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
# Common requirements
base58==2.1.1
beautifulsoup4==4.12.3
colorama==0.4.6
cryptography==44.0.0
GitPython==3.1.43
humanfriendly==10.0
lxml==5.3.0
numpy==1.24.4; python_version < '3.10'
numpy==1.26.4; python_version >= '3.10'
odfpy==1.4.1
# onnxruntime - ML engine
onnxruntime==1.19.2; python_version < '3.10'
onnxruntime==1.20.1; python_version >= '3.10'
# 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.0.3; python_version < '3.9'
pandas==2.2.3; python_version >= '3.9'
password-strength==0.0.3.post2
pdfminer.six==20240706
pybase62==1.0.0
pyjks==20.0.0
python-dateutil==2.9.0.post0
python-docx==1.1.2
python-pptx==1.0.2
PyYAML==6.0.2
whatthepatch==1.0.6; python_version < '3.9'
whatthepatch==1.0.7; python_version >= '3.9'
# Auxiliary
# Tests and maintenance packages
# Fixed versions are not necessary
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
yapf