/
githubmirror
/
salt
Обзор
Документация
Войти
/
githubmirror
/
salt
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
requirements/static/pkg/linux.txt
23 строки
1 KB
Daniel Wozniak
Add Python 3.9 upper caps for deps that drop 3.9 on their next release (#69713)
06 июл 2026, 05:17
Не верифицирован
06 июл 2026, 05:17
cca3567
Код
Авторство
О чём код?
# This file only exists to trigger the right static compiled requirements destination. # Don't add any requirements here, add them in requirements/base.txt # If they are linux specific, place "; sys_platform == 'linux'" in front of the requirement. # Any non hard dependencies of Salt for linux can go here cherrypy>=18.10.0 # cheroot 8.5.2 fails to build with modern setuptools due to setuptools_scm_git_archive dependency cheroot>=11.1.2 pycparser>=2.23; python_version < '3.10' pycparser>=3.0; python_version >= '3.10' pyopenssl>=26.2.0,<26.3.0; python_version < '3.10' pyopenssl>=26.2.0; python_version >= '3.10' python-dateutil>=2.9.0.post0 python-gnupg>=0.5.6 rpm-vercmp setproctitle>=1.3.7 timelib>=0.2.5; python_version < '3.11' timelib>=0.3.0; python_version >= '3.11' importlib-metadata>=8.7.0,<9.0.0; python_version < '3.10' importlib-metadata>=9.0.0; python_version >= '3.10' cryptography>=46.0.7,<48.0.0; python_version < '3.10' cryptography>=48.0.0; python_version >= '3.10' more-itertools>=10.8.0,<11.0.0; python_version < '3.10' more-itertools>=11.1.0; python_version >= '3.10'