2023-11-21 13:42:41 +00:00
|
|
|
--constraint=constraints.txt
|
|
|
|
|
2025-03-05 19:08:11 -07:00
|
|
|
Jinja2>=3.1.5
|
2022-09-12 10:23:25 -07:00
|
|
|
jmespath
|
2024-10-22 15:28:59 -07:00
|
|
|
msgpack>=1.0.0 ; python_version < '3.13'
|
|
|
|
msgpack>=1.1.0 ; python_version >= '3.13'
|
2019-10-09 12:29:13 +01:00
|
|
|
PyYAML
|
2014-06-17 15:19:03 +01:00
|
|
|
MarkupSafe
|
2024-04-20 13:59:16 -04:00
|
|
|
networkx
|
2024-07-18 14:09:17 -07:00
|
|
|
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'
|
2021-02-18 15:53:03 +01:00
|
|
|
distro>=1.0.1
|
2024-10-23 13:12:15 -06:00
|
|
|
psutil<6.0.0; python_version <= '3.9'
|
|
|
|
psutil>=5.0.0; python_version >= '3.10'
|
2022-12-27 14:37:04 +00:00
|
|
|
packaging>=21.3
|
|
|
|
looseversion
|
2023-10-11 17:12:25 +01:00
|
|
|
tornado>=6.3.3
|
2023-11-23 15:57:45 -07:00
|
|
|
aiohttp>=3.9.0
|
2025-03-07 15:05:05 -07:00
|
|
|
urllib3>=1.26.18
|
|
|
|
|
2024-06-18 15:37:06 -06:00
|
|
|
croniter>=0.3.0,!=0.3.22; sys_platform != 'win32'
|
2023-10-11 17:12:25 +01:00
|
|
|
|
2023-11-07 15:17:08 +00:00
|
|
|
# We need contextvars for salt-ssh.
|
|
|
|
# Even on python versions which ships with contextvars in the standard library!
|
2022-11-14 13:22:22 -07:00
|
|
|
contextvars
|
2023-11-07 15:17:08 +00:00
|
|
|
|
|
|
|
setproctitle>=1.2.3
|
|
|
|
timelib>=0.2.5
|
2024-02-07 11:09:05 +00:00
|
|
|
pyopenssl>=24.0.0
|
2023-11-07 15:17:08 +00:00
|
|
|
python-dateutil>=2.8.1
|
|
|
|
python-gnupg>=0.4.7
|
|
|
|
cherrypy>=18.6.1
|
2024-10-03 23:47:43 -04:00
|
|
|
importlib-metadata>=3.3.0
|
2024-10-22 15:28:59 -07:00
|
|
|
cryptography>=42.0.0; python_version < '3.13'
|
|
|
|
cryptography==42.0.2; python_version >= '3.13'
|
2023-11-07 15:17:08 +00:00
|
|
|
|
|
|
|
# From old requirements/static/pkg/linux.in
|
|
|
|
rpm-vercmp; sys_platform == 'linux'
|
|
|
|
|
|
|
|
# From old windows.txt requirements file
|
2024-03-08 13:56:52 -07:00
|
|
|
gitpython>=3.1.37; sys_platform == 'win32'
|
|
|
|
lxml>=4.6.3; sys_platform == 'win32'
|
2024-08-26 19:26:17 -07:00
|
|
|
pymssql>=2.2.11; sys_platform == 'win32'
|
2023-11-07 15:17:08 +00:00
|
|
|
pymysql>=1.0.2; sys_platform == 'win32'
|
2024-10-22 15:28:59 -07:00
|
|
|
pythonnet>=3.0.4; sys_platform == 'win32' and python_version < '3.13'
|
2024-03-08 13:56:52 -07:00
|
|
|
pywin32>=305; sys_platform == 'win32'
|
|
|
|
wmi>=1.5.1; sys_platform == 'win32'
|
2024-01-25 09:47:57 +00:00
|
|
|
xmltodict>=0.13.0; sys_platform == 'win32'
|