windows.txt 769 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Windows source distribution requirements
  2. -r zeromq.txt
  3. pywin32>=227
  4. wmi>=1.4.9
  5. pythonnet>=2.4.0
  6. backports.ssl-match-hostname>=3.7.0.1; python_version < '3.7'
  7. certifi>=2020.4.5.1
  8. cffi>=1.12.2
  9. cherrypy>=17.4.1
  10. cryptography>=2.6.1
  11. distro>=1.5.0
  12. gitpython>=2.1.10
  13. idna>=2.8
  14. ioloop>=0.1a0
  15. ipaddress>=1.0.22
  16. libnacl>=1.7.1
  17. lxml>=4.3.0
  18. mako>=1.0.7
  19. psutil>=5.6.6
  20. pyasn1>=0.4.5
  21. pycparser>=2.19
  22. pycurl>=7.43.0.5
  23. pymssql>=2.1.4; python_version < '3.8'
  24. pymysql>=0.9.3
  25. pyopenssl>=19.0.0
  26. python-dateutil>=2.8.0
  27. python-gnupg>=0.4.4
  28. pyzmq==18.0.1 ; python_version < "3.8"
  29. pyzmq==19.0.0 ; python_version >= "3.8"
  30. setproctitle
  31. timelib>=0.2.4
  32. # Watchdog pulls in a GPL-3 package, argh, which cannot be shipped on the
  33. # windows distribution package.
  34. #
  35. # watchdog>=0.9.0
  36. wheel>=0.33.4