From 63901e0fa4a3ad8242c337d1c883caf700e2e540 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 30 Apr 2014 19:55:30 +0300 Subject: [PATCH] INSTALL.md & requirements.txt: remove Twisted. --- INSTALL.md | 4 ---- requirements.txt | 1 - 2 files changed, 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 16948e0ec..fe00b1026 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -16,14 +16,10 @@ extra features you may want. (Order by decreasing estimated usefulness) [python-gnupg] -- enables user authentication with GPG -[Twisted] -- Version 1.2.0 or greater (unless you actually want to use Twisted, -you don't actually need it) - [charade]:https://pypi.python.org/pypi/charade [pytz]:https://pypi.python.org/pypi/pytz [python-dateutil]:https://pypi.python.org/pypi/python-dateutil [python-gnupg]:https://pypi.python.org/pypi/python-gnupg -[Twisted]:http://twistedmatrix.com/trac/ For more information and help on how to use Supybot, checkout the documents under [docs/], especially [GETTING_STARTED] and diff --git a/requirements.txt b/requirements.txt index a3919c0b1..0fae0cc4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,5 @@ charade pytz python-dateutil python-gnupg -Twisted feedparser sqlalchemy