-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathrequirements.txt
More file actions
41 lines (40 loc) · 2.01 KB
/
requirements.txt
File metadata and controls
41 lines (40 loc) · 2.01 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
# Non-Python Requirements
# package: make
# package: fedora=gvnc-tools
# package: dosfstools
argcomplete # package: python3-argcomplete
filelock # package: python3-filelock
# Ubuntu 20.4 -- issue installing 3.x
# >=2.10.1 due to https://osv.dev/vulnerability/GHSA-462w-v97r-4m45
# >=3.1.6 due to https://osv.dev/vulnerability/GHSA-cpwx-vrp4-4pq7
Jinja2>=3.1.6 # package: python3-jinja2
# >=5.4 due to https://osv.dev/vulnerability/GHSA-8q59-q68h-6hv4
PyYAML>=5.4 # package: centos,fedora,rhel=python3-pyyaml
# >=0.19.0 due to https://osv.dev/vulnerability/GHSA-93xj-8mrv-444m
httplib2>=0.19.0
imutils
markupsafe==2.0.1 # package: python3-markupsafe
packaging # package: python3-packaging
ply # package: python3-ply
pykwalify # package: python3-pykwalify
pyte # package: python3-pyte
pytz # package: python3-pytz
pyserial # package: python3-pyserial ubuntu=python3-serial
# This has to build, so in windows take one that is built, otherwise
# we need a lot of extra deps
python-Levenshtein-wheels; sys_platform == "win32"
# make it a soft req in CentOS and RHEL, not available as RPM and can
# be supplied with pip later on
python-Levenshtein; sys_platform != "win32" # package: python3-Levenshtein ubuntu=python3-levenshtein centos= rhel=
# >= 2.3.0 due to https://osv.dev/vulnerability/GHSA-652x-xj99-gmcc
# >= 2.32 due to https://osv.dev/vulnerability/GHSA-9wx4-h78v-vm56
# >=2.32.4 due to https://osv.dev/vulnerability/GHSA-9hjg-9r4m-mvj7
requests>=2.32.4 # package: python3-requests
# make it a soft req in CentOS and RHEL, not available as RPM and can
# be supplied with pip later on
# >= 6.0 due to https://osv.dev/vulnerability/PYSEC-2024-44
rpyc>=6.0 # package: python3-rpyc centos= rhel=
# >=78.1.1 due to https://osv.dev/vulnerability/GHSA-5rjg-fvgr-3xxf
setuptools>=78.1.1 # package: python3-setuptools
tabulate # package: python3-tabulate
termcolor; sys_platform != "win32" # package: python3-termcolor