Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: expands entry point to install dependencies from extra_depen… #78

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dblencowe
Copy link
Contributor

Description

  • Expand the entrypoint with an additional command, "install-dependencies" command

Issues

NeonGeckoCom/neon_enclosure#84

Other Notes

@dblencowe dblencowe marked this pull request as draft February 22, 2024 09:54
Copy link
Member

@NeonDaniel NeonDaniel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted typo causing Docker build failure

help="Additional package to install (can be repeated)")
def install_dependencies(package: List[str]):
from neon_utils.packaging_utils import install_packages_from_pip
from neon_messagebus.utils import build_extra_dependency_list
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from neon_messagebus.util.package_utils...

@dblencowe dblencowe force-pushed the feature/plugin-installation-from-config branch from 612d540 to 846b5c0 Compare February 23, 2024 09:15
@dblencowe dblencowe force-pushed the feature/plugin-installation-from-config branch from 846b5c0 to bc1c09d Compare February 23, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants