# Windows source distribution requirements

-r zeromq.txt

pywin32>=301
wmi>=1.5.1
pythonnet>=2.5.2

backports.ssl-match-hostname>=3.7.0.1; python_version < '3.7'
certifi>=2022.12.7 ; python_version >= "3.6"
certifi<=2021.10.8  ; python_version <= "3.5"
cffi>=1.14.5
cherrypy>=18.6.1
cryptography>=41.0.3 ; python_version >= "3.7"
cryptography<=40.0.2 ; python_version == "3.6"
cryptography<=3.2.1 ; python_version <= "3.5"
gitpython>=2.1.15 ; python_version <= "3.6"
gitpython>=3.1.30 ; python_version >= "3.7"
ioloop>=0.1a0
libnacl>=1.8.0
lxml>=4.6.3
mako>=1.1.4
pyasn1>=0.4.8
pycparser>=2.21
pycurl>=7.43.0.5  # PyCurl does not provide a whl file for newer versions
pymssql>=2.2.1
pymysql>=1.0.2
pyopenssl>=23.2.0 ; python_version >= "3.6"
pyopenssl<=20.0.0 ; python_version <= "3.5"
python-dateutil>=2.8.1
python-gnupg>=0.4.7
requests>=2.31.0 ; python_version >= "3.7"
requests<=2.27.1 ; python_version == "3.6"
requests<=2.25.1 ; python_version == "3.5"
setproctitle
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; python_version >= '3.6' and python_version < '3.10'
