1
0

req.txt 811 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. -r req_win.txt
  2. backports.ssl-match-hostname==3.7.0.1; python_version < '3.7'
  3. certifi
  4. cffi==1.12.2
  5. CherryPy==17.4.1
  6. cryptography==2.6.1
  7. distro==1.5.0
  8. idna==2.8
  9. ioloop==0.1a0
  10. ipaddress==1.0.22
  11. jinja2==2.10.1
  12. libnacl==1.7.1
  13. lxml==4.3.0
  14. Mako==1.0.7
  15. markupsafe==1.1.1
  16. msgpack-python==0.5.6
  17. psutil==5.6.6
  18. pyasn1==0.4.5
  19. pycparser==2.19
  20. pycryptodomex==3.9.7
  21. pycurl==7.43.0.5
  22. pymssql==2.1.4 ; python_version < "3.8"
  23. PyMySQL==0.9.3
  24. pyopenssl==19.0.0
  25. python-dateutil==2.8.0
  26. python-gnupg==0.4.4
  27. pyyaml==5.1.2
  28. pyzmq==18.0.1 ; python_version < "3.8"
  29. pyzmq==19.0.0 ; python_version >= "3.8"
  30. requests==2.21.0
  31. setproctitle
  32. singledispatch==3.4.0.3; python_version < '3.4'
  33. timelib==0.2.4
  34. watchdog==0.9.0
  35. wheel==0.33.4
  36. # GitPython
  37. GitPython==2.1.10
  38. gitdb2==2.0.5 # via gitpython
  39. smmap2==2.0.5 # via gitdb2