From: Mike Bayer Date: Fri, 19 Dec 2014 17:59:31 +0000 (-0500) Subject: - put sqlalchemy master here as SQLA issue https://bitbucket.org/zzzeek/sqlalchemy... X-Git-Tag: rel_0_7_3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be0a6d76248b6566fa65b309f6df79b7c71e78a8;p=thirdparty%2Fsqlalchemy%2Falembic.git - put sqlalchemy master here as SQLA issue https://bitbucket.org/zzzeek/sqlalchemy/issue/3218 is blowing up our sphinx build --- diff --git a/alembic/ddl/impl.py b/alembic/ddl/impl.py index cb59cffa..c91f1f12 100644 --- a/alembic/ddl/impl.py +++ b/alembic/ddl/impl.py @@ -1,7 +1,6 @@ from sqlalchemy.sql.expression import _BindParamClause from sqlalchemy.ext.compiler import compiles from sqlalchemy import schema, text, sql -from sqlalchemy.sql import expression from sqlalchemy import types as sqltypes from ..compat import string_types, text_type, with_metaclass diff --git a/docs/build/requirements.txt b/docs/build/requirements.txt index 7a8c7ea5..be728384 100644 --- a/docs/build/requirements.txt +++ b/docs/build/requirements.txt @@ -1,2 +1,3 @@ changelog>=0.3.4 sphinx-paramlinks>=0.2.2 +git+https://bitbucket.org/zzzeek/sqlalchemy.git \ No newline at end of file