summaryrefslogtreecommitdiff
path: root/docs/source/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/faq.rst')
-rw-r--r--docs/source/faq.rst8
1 files changed, 8 insertions, 0 deletions
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.