tornado/maint/requirements.txt

47 lines
849 B
Plaintext
Raw Normal View History

# 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:
# - backports.ssl-match-hostname
# - futures
# - mock
#
# Use virtualenv instead of venv; tox seems to get confused otherwise.
# Tornado's required dependencies
2015-09-30 03:51:56 +00:00
certifi==2015.9.6.2
# Tornado's optional dependencies
2015-09-30 03:51:56 +00:00
Twisted==15.4.0
pycares==1.0.0
pycurl==7.19.5.1
# 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
# Indirect dependencies
2015-09-30 03:51:56 +00:00
alabaster==0.7.6
Babel==2.1.1
docutils==0.12
2015-09-30 03:51:56 +00:00
Jinja2==2.8
MarkupSafe==0.23
mccabe==0.3.1
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
zope.interface==4.1.2