salt/requirements/windows.txt
Pedro Algarvio 3d097b8ed5 Upgrade to cryptography==41.0.1(and therefor pyopenssl==23.2.0 due to https://github.com/advisories/GHSA-5cpq-8wj7-hf2v
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>
2023-07-06 18:04:43 +01:00

34 lines
659 B
Text

# Windows source distribution requirements
-r zeromq.txt
pywin32>=305
wmi>=1.5.1
pythonnet>=3.0.1
backports.ssl-match-hostname>=3.7.0.1; python_version < '3.7'
certifi>=2022.12.07
cffi>=1.14.5
cherrypy>=18.6.1
cryptography>=41.0.1
gitpython>=3.1.30; python_version >= '3.7'
ioloop>=0.1a0
lxml>=4.6.3
pyasn1>=0.4.8
pycparser>=2.21
pymssql>=2.2.1
pymysql>=1.0.2
pyopenssl>=20.0.1
python-dateutil>=2.8.1
python-gnupg>=0.4.7
requests>=2.25.1
setproctitle>=1.2.3
timelib>=0.2.5
urllib3>=1.26.5
# Watchdog pulls in a GPL-3 package, argh, which cannot be shipped on the
# windows distribution package.
#
# watchdog>=2.1.3
wheel>=0.38.1
importlib-metadata>=3.3.0