diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-03 15:27:42 +0100 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-05 00:21:35 +1300 |
commit | e4bb23d374180d76a37ba447e08bda6efc3becce (patch) | |
tree | a6ecc6c050882748c05f61354b3d2b9efc48ab30 /python/python3-alembic/README | |
parent | 58bca51a701320df05cf1526d1dcd63a5a5f702f (diff) |
python/python3-alembic: Updated for version 1.7.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python3-alembic/README')
-rw-r--r-- | python/python3-alembic/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-alembic/README b/python/python3-alembic/README new file mode 100644 index 0000000000000..210bca92cccac --- /dev/null +++ b/python/python3-alembic/README @@ -0,0 +1,7 @@ +Alembic is a lightweight database migration tool for use with the +SQLAlchemy Database Toolkit for Python. + +This package can be used to create databases for use with the Asterisk +project. + +Optional dependencies: psycopg2 |