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

code migration to community #88

Merged
merged 1 commit into from
Mar 26, 2024
Merged

code migration to community #88

merged 1 commit into from
Mar 26, 2024

Conversation

lkuligin
Copy link
Collaborator

No description provided.

@lkuligin lkuligin force-pushed the migration2 branch 2 times, most recently from 78752fa to 9ec9c4e Compare March 25, 2024 18:53
Comment on lines +63 to +69
try:
from google.cloud import storage # type: ignore[attr-defined]
except ImportError:
raise ImportError(
"Could not import google-cloud-storage python package. "
"Please install it with `pip install google-cloud-storage`."
)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not adding this as poetry dependencies instead of loading dependencies this way?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

that might be the next step, but we need to create separate groups.
we don't want to bring all dependencies together as a requirements for the package.

@lkuligin lkuligin merged commit 8a0d616 into main Mar 26, 2024
12 of 13 checks passed
@lkuligin lkuligin deleted the migration2 branch March 26, 2024 14:29
Copy link
Contributor

@svidiella svidiella left a comment

Choose a reason for hiding this comment

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

LGTM
working on dependencies on next PR

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