From 44ca6baf3cfe43abc23e7b6a317b40b92c60e06d Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 18 Jul 2018 14:07:11 -0700 Subject: docs: Remove references to twisted Except for an FAQ entry about it. --- docs/source/faq.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/source/faq.rst') diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 9ad30a8b..17833a05 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -73,3 +73,11 @@ FAQ Python 2 support. If you still need Python 2 support the 0.7 release is your best bet. +.. _faq_8: + +8. I thought alot used twisted? + + It used to. After we switched to python 3 we decided to switch to asyncio, + which reduced the number of dependencies we have. Twisted is an especially + heavy dependency, when we only used their async mechanisms, and not any of + the other goodness that twisted has to offer. -- cgit v1.2.3