Skip to content
Snippets Groups Projects
Commit 1b65faeb authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

add alembic-postgresql-enum dependency for detecting enum changes

parent 09f2da44
No related branches found
No related tags found
1 merge request!76Comp 282 add observer role
import logging
import alembic_postgresql_enum # type: ignore # noqa: F401
from flask import current_app
from alembic import context
# this is the Alembic Config object, which provides
......
alembic~=1.10
# needed to support auto discovery of and applying enum changes
alembic-postgresql-enum~=0.1
click~=8.1
jsonschema~=4.17
flask~=2.2
......
......@@ -11,6 +11,7 @@ setup(
packages=find_packages(),
install_requires=[
'alembic~=1.10',
'alembic-postgresql-enum~=0.1',
'click~=8.1',
'jsonschema~=4.17',
'flask~=2.2',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment