forked from saltstack/salt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.txt
40 lines (35 loc) · 915 Bytes
/
base.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
--constraint=constraints.txt
Jinja2
jmespath
msgpack>=1.0.0
PyYAML
MarkupSafe
requests>=2.25.1
distro>=1.0.1
psutil>=5.0.0
packaging>=21.3
looseversion
tornado>=6.3.3
aiohttp>=3.9.0
# We need contextvars for salt-ssh.
# Even on python versions which ships with contextvars in the standard library!
contextvars
setproctitle>=1.2.3
timelib>=0.2.5
pyopenssl>=24.0.0
python-dateutil>=2.8.1
python-gnupg>=0.4.7
cherrypy>=18.6.1
importlib-metadata>=3.3.0
cryptography>=42.0.0
# From old requirements/static/pkg/linux.in
rpm-vercmp; sys_platform == 'linux'
# From old windows.txt requirements file
gitpython>=3.1.37; sys_platform == 'win32'
lxml>=4.6.3; sys_platform == 'win32'
pymssql>=2.2.1; sys_platform == 'win32'
pymysql>=1.0.2; sys_platform == 'win32'
pythonnet>=3.0.1; sys_platform == 'win32'
pywin32>=305; sys_platform == 'win32'
wmi>=1.5.1; sys_platform == 'win32'
xmltodict>=0.13.0; sys_platform == 'win32'