summaryrefslogtreecommitdiff
path: root/docs/source/faq.rst
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-07-18 14:07:11 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-07-26 10:36:54 -0700
commit44ca6baf3cfe43abc23e7b6a317b40b92c60e06d (patch)
treee2a65abe10320f8f78b622a170f2f93078f94a11 /docs/source/faq.rst
parentaed160d035456fc0945a92e8db9b13eca2ad387e (diff)
docs: Remove references to twisted
Except for an FAQ entry about it.
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.