12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- -r req_win.txt
- backports.ssl-match-hostname==3.7.0.1; python_version < '3.7'
- certifi
- cffi==1.12.2
- CherryPy==17.4.1
- cryptography==2.6.1
- distro==1.5.0
- idna==2.8
- ioloop==0.1a0
- ipaddress==1.0.22
- jinja2==2.10.1
- libnacl==1.7.1
- lxml==4.3.0
- Mako==1.0.7
- markupsafe==1.1.1
- msgpack==1.0.0
- psutil==5.6.7
- pyasn1==0.4.5
- pycparser==2.19
- pycryptodomex==3.9.7
- pycurl==7.43.0.5
- pymssql==2.1.4 ; python_version < "3.8"
- PyMySQL==0.9.3
- pyopenssl==19.0.0
- python-dateutil==2.8.0
- python-gnupg==0.4.4
- pyyaml==5.3.1
- pyzmq==18.0.1 ; python_version < "3.8"
- pyzmq==19.0.0 ; python_version >= "3.8"
- requests==2.21.0
- setproctitle
- timelib==0.2.4
- wheel==0.33.4
- # GitPython
- GitPython==2.1.10
- gitdb2==2.0.5 # via gitpython
- smmap2==2.0.5 # via gitdb2
- # Watchdog pulls in a GPL-3 package, argh, which cannot be shipped on the
- # windows distribution package.
- #
- # watchdog==0.9.0
|