Closed
Description
Hi,
Alembic requires Mako and python-editor. I suspect that alembic requires theses libraries only for alembic revision
command. This command is useful only for developer.
When using alembic to apply migration on production, we don't need to create new revisions. Thus, theses dependencies are useless on production.
Would it be possible to have a subset of alembic feature for production deployement including only upgradate, downgrade and other introspection command without init
, revision
and other development commands ?
Regards,