]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
dependencies
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Nov 2011 03:48:46 +0000 (22:48 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Nov 2011 03:48:46 +0000 (22:48 -0500)
docs/build/front.rst

index 46955a3bab06084ea287a2008c0a41b3ab2ddb37..315a3820f4875d76cbaa1b31a83e058738e1c6c5 100644 (file)
@@ -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 <http://www.sqlalchemy.org>`_ 
+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
 =========