mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
20 lines
493 B
Text
20 lines
493 B
Text
--constraint=constraints.txt
|
|
|
|
Jinja2
|
|
jmespath
|
|
msgpack>=1.0.0
|
|
PyYAML
|
|
MarkupSafe
|
|
requests<2.32.0 ; python_version < '3.10'
|
|
requests>=2.32.3 ; python_version >= '3.10'
|
|
certifi==2023.07.22; python_version < '3.10'
|
|
certifi>=2024.7.4; python_version >= '3.10'
|
|
distro>=1.0.1
|
|
psutil<6.0.0; python_version <= '3.9'
|
|
psutil>=5.0.0; python_version >= '3.10'
|
|
packaging>=21.3
|
|
looseversion
|
|
croniter>=0.3.0,!=0.3.22; sys_platform != 'win32'
|
|
# We need contextvars for salt-ssh
|
|
contextvars
|
|
cryptography>=42.0.0
|