-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathrequirements.txt
31 lines (30 loc) · 1.41 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
# 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
Jinja2 # package: python3-jinja2
PyYAML # package: centos,fedora,rhel=python3-pyyaml
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=
requests # package: python3-requests
# make it a soft req in CentOS and RHEL, not available as RPM and can
# be supplied with pip later on
rpyc # package: python3-rpyc centos= rhel=
setuptools # package: python3-setuptools
tabulate # package: python3-tabulate
termcolor; sys_platform != "win32" # package: python3-termcolor