tornado/maint/requirements.in

15 lines
429 B
Plaintext
Raw Normal View History

2016-04-10 19:41:29 +00:00
# Requirements for tools used in the development of tornado.
#
# This mainly contains tools that should be installed for editor integration.
# Other tools we use are installed only via tox or CI scripts.
#
# This is a manual recreation of the lockfile pattern: maint/requirements.txt
# is the lockfile, and maint/requirements.in is the input file containing only
# direct dependencies.
2016-04-10 19:41:29 +00:00
2020-10-31 16:23:35 +00:00
black
2016-04-10 19:41:29 +00:00
flake8
2022-03-18 20:17:50 +00:00
mypy>=0.941
types-pycurl
2016-04-10 19:41:29 +00:00
tox