From 23d663b2fbded5c3d2bda1e83f3498dc30efdbd7 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 26 Jan 2016 09:20:24 +0100 Subject: [PATCH] Remove SQLAlchemy from the deps list. --- use/install.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/use/install.rst b/use/install.rst index 1119ae9..13f4589 100644 --- a/use/install.rst +++ b/use/install.rst @@ -24,11 +24,9 @@ Here's the list of recommended software to run Supybot/Limnoria: * Supybot is written in Python, and requires `Python`_ 2.6 or greater. * `Twisted`_ framework 1.2.0 or greater (optional, you probably don't need it). -* `SQLAlchemy`_ If you want the Aka plugin (and probably other plugins in the future) .. _Python: http://www.python.org/ .. _Twisted: http://twistedmatrix.com/ -.. _SQLAlchemy: http://www.sqlalchemy.org/ Installation: UNIX/Linux/BSD ============================