2014-05-25 03:18:46 +00:00
|
|
|
# Frozen pip requirements for tools used in the development of tornado.
|
2015-09-30 03:51:56 +00:00
|
|
|
# This list is for python 3.5; for 2.7 add:
|
2014-05-25 03:18:46 +00:00
|
|
|
# - backports.ssl-match-hostname
|
|
|
|
# - futures
|
|
|
|
# - mock
|
|
|
|
#
|
|
|
|
# Use virtualenv instead of venv; tox seems to get confused otherwise.
|
2012-01-21 22:35:21 +00:00
|
|
|
|
2013-11-05 20:53:51 +00:00
|
|
|
# Tornado's required dependencies
|
2015-09-30 03:51:56 +00:00
|
|
|
certifi==2015.9.6.2
|
2013-11-05 20:53:51 +00:00
|
|
|
|
2012-01-21 22:35:21 +00:00
|
|
|
# Tornado's optional dependencies
|
2015-09-30 03:51:56 +00:00
|
|
|
Twisted==15.4.0
|
|
|
|
pycares==1.0.0
|
2015-02-08 18:55:02 +00:00
|
|
|
pycurl==7.19.5.1
|
2012-01-21 22:35:21 +00:00
|
|
|
|
|
|
|
# Other useful tools
|
2015-09-30 03:51:56 +00:00
|
|
|
Sphinx==1.3.1
|
|
|
|
autopep8==1.2.1
|
|
|
|
coverage==4.0
|
|
|
|
flake8==2.4.1
|
|
|
|
pep8==1.6.2
|
|
|
|
pyflakes==1.0.0
|
|
|
|
sphinx-rtd-theme==0.1.9
|
|
|
|
tox==2.1.1
|
|
|
|
twine==1.6.2
|
|
|
|
virtualenv==13.1.2
|
2012-01-21 22:35:21 +00:00
|
|
|
|
|
|
|
# Indirect dependencies
|
2015-09-30 03:51:56 +00:00
|
|
|
alabaster==0.7.6
|
|
|
|
Babel==2.1.1
|
2014-10-05 19:52:58 +00:00
|
|
|
docutils==0.12
|
2015-09-30 03:51:56 +00:00
|
|
|
Jinja2==2.8
|
|
|
|
MarkupSafe==0.23
|
|
|
|
mccabe==0.3.1
|
2015-02-08 18:55:02 +00:00
|
|
|
pkginfo==1.2.1
|
2015-09-30 03:51:56 +00:00
|
|
|
pluggy==0.3.1
|
|
|
|
py==1.4.30
|
|
|
|
Pygments==2.0.2
|
|
|
|
pytz==2015.6
|
|
|
|
requests==2.7.0
|
|
|
|
requests-toolbelt==0.4.0
|
|
|
|
six==1.9.0
|
|
|
|
snowballstemmer==1.2.0
|
|
|
|
wheel==0.24.0
|
2015-02-08 18:55:02 +00:00
|
|
|
zope.interface==4.1.2
|