mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00

This only really impacts pip installs of Salt and the windows onedir since the linux and macos onedir build every package dependency from source, not from pre-existing wheels. Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
13 lines
411 B
Text
13 lines
411 B
Text
# This file only exists to trigger the right static compiled requirements destination.
|
|
# Any non hard dependencies of Salt for linux can go here
|
|
cherrypy
|
|
backports.ssl_match_hostname>=3.7.0.1; python_version < '3.7'
|
|
pycparser>=2.21; python_version >= '3.9'
|
|
pyopenssl>=19.0.0
|
|
python-dateutil>=2.8.0
|
|
python-gnupg>=0.4.4
|
|
rpm-vercmp
|
|
setproctitle>=1.2.3
|
|
timelib>=0.2.5
|
|
importlib-metadata>=3.3.0
|
|
cryptography>=41.0.1
|