refactor: Made preview and announcements configurable through env (#740)
* Made preview and announcements configurable through environment variables Signed-off-by:Josh Howard <joshthoward@gmail.com> * Fixed deprecation warnings in tests Signed-off-by:
Josh Howard <joshthoward@gmail.com> * Replaced backward compatibility for entrypoint config Signed-off-by:
Josh Howard <joshthoward@gmail.com> * Added deprecation warnings for entrypoint config Signed-off-by:
Josh Howard <joshthoward@gmail.com> Co-authored-by:
Josh Howard <josh.t.howard@ey.com>
Showing
... | @@ -68,6 +68,9 @@ marshmallow-annotations>=2.4.0,<3.0 | ... | @@ -68,6 +68,9 @@ marshmallow-annotations>=2.4.0,<3.0 |
# Upstream url: https://pypi.org/project/responses/ | # Upstream url: https://pypi.org/project/responses/ | ||
responses==0.12.1 | responses==0.12.1 | ||
# Required for announcement client | |||
SQLAlchemy==1.3.20 | |||
# A common package that holds the models deifnition and schemas that are used | # A common package that holds the models deifnition and schemas that are used | ||
# accross different amundsen repositories. | # accross different amundsen repositories. | ||
amundsen-common==0.5.9 | amundsen-common==0.5.9 | ||
... | ... |
Please register or sign in to comment