From: Mike Bayer Date: Tue, 29 Nov 2011 03:48:46 +0000 (-0500) Subject: dependencies X-Git-Tag: rel_0_1_0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4715b44c31559ade16d375aff329dc484e17d38c;p=thirdparty%2Fsqlalchemy%2Falembic.git dependencies --- diff --git a/docs/build/front.rst b/docs/build/front.rst index 46955a3b..315a3820 100644 --- a/docs/build/front.rst +++ b/docs/build/front.rst @@ -42,6 +42,15 @@ Installation via source distribution is via the ``setup.py`` script:: The install will add the ``alembic`` command to the environment. All operations with Alembic then proceed through the usage of this command. +Dependencies +------------ + +Alembic's install process will ensure that `SQLAlchemy `_ +is installed, in addition to other dependencies. Alembic will work with +SQLAlchemy as of version **0.6**, though with a limited featureset. +The latest version of SQLAlchemy within the **0.7** series is strongly recommended. + + Community =========