]> git.ipfire.org Git - thirdparty/tornado.git/commit
Make singledispatch and backports_abc mandatory dependencies.
authorBen Darnell <ben@bendarnell.com>
Sun, 18 Oct 2015 20:34:47 +0000 (22:34 +0200)
committerBen Darnell <ben@bendarnell.com>
Sun, 18 Oct 2015 20:34:47 +0000 (22:34 +0200)
commit7b3e31be1f55aba7d87d75eb568769e7f107a736
tree834d656225860336e3f7ce1a28c5c668b4b05a0a
parentb9d8e00ad5a8e4d496b6c6fbf3fd3c7c9ee8ff90
Make singledispatch and backports_abc mandatory dependencies.

I anticipate confusion around the differing behavior based on whether or
not these packages are installed, so it's better to just make them
mandatory (except on app engine).
.travis.yml
setup.py
tornado/gen.py
tornado/test/asyncio_test.py
tornado/test/twisted_test.py