make tornado an optional requirement
browniebroke opened this issue · 0 comments
browniebroke commented
Setup tools support the concept of optional requirements using extras_require
.
We should leverage that for the async bits of this library, tornado shouldn't be a hard requirement.