mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
13 lines
521 B
Text
13 lines
521 B
Text
# This file only exists to trigger the right static compiled requirements destination
|
|
# Any non hard dependencies of Salt for FreeBSD 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
|
|
setproctitle>=1.1.10 ; python_version < '3.10'
|
|
setproctitle>=1.2.3 ; python_version >= '3.10'
|
|
timelib>=0.2.5
|
|
distro>=1.3.0
|
|
importlib_metadata>=3.3.0; python_version >= '3.6' and python_version < '3.10'
|