mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
38 lines
615 B
Text
38 lines
615 B
Text
# Windows packaging distribution requirements
|
|
pywin32==227
|
|
WMI==1.4.9
|
|
pythonnet==2.4.0
|
|
|
|
backports.ssl-match-hostname==3.7.0.1; python_version < '3.7'
|
|
certifi
|
|
cffi
|
|
cherrypy
|
|
cryptography
|
|
distro
|
|
gitpython
|
|
idna
|
|
ioloop
|
|
ipaddress
|
|
libnacl
|
|
lxml
|
|
mako
|
|
psutil
|
|
pyasn1
|
|
pycparser
|
|
pycryptodomex
|
|
pycurl
|
|
pymssql==2.1.4 ; python_version < "3.8"
|
|
pymysql
|
|
pyopenssl
|
|
python-dateutil
|
|
python-gnupg
|
|
pyzmq==18.0.1 ; python_version < "3.8"
|
|
pyzmq==19.0.0 ; python_version >= "3.8"
|
|
requests
|
|
setproctitle
|
|
timelib
|
|
# Watchdog pulls in a GPL-3 package, argh, which cannot be shipped on the
|
|
# windows distribution package.
|
|
#
|
|
# watchdog>=0.9.0
|
|
wheel
|