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

Add slots to DependencyGraph Pinned networkx to 3.1 Pinned networkx to latest version supported on python 3.8 to support running salt-ssh to systems with python 3.8 Fixed assignment of env in support helpers VirtualEnv Restrict networkx version with contraints instead of in base Fixed setting context retcode in some places where errors are returned. Removed unnecessary pylint ignore comment. Reverted importlib-metadata version bump. Added networkx to versions report Actually fixed VirtualEnv env assignment from kwargs
44 lines
1.1 KiB
Text
44 lines
1.1 KiB
Text
--constraint=constraints.txt
|
|
|
|
Jinja2
|
|
jmespath
|
|
msgpack>=1.0.0
|
|
PyYAML
|
|
MarkupSafe
|
|
# pin to a version available on all supported python versions so salt-ssh can run on older targets
|
|
networkx
|
|
requests>=2.31.0 ; python_version < '3.8'
|
|
requests>=2.32.0 ; python_version >= '3.8'
|
|
distro>=1.0.1
|
|
psutil>=5.0.0
|
|
packaging>=21.3
|
|
looseversion
|
|
tornado>=6.3.3
|
|
aiohttp>=3.9.0
|
|
croniter>=0.3.0,!=0.3.22; sys_platform != 'win32'
|
|
|
|
# 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'
|