-
Notifications
You must be signed in to change notification settings - Fork 5
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
Package is missing dependencies in pyproject.toml
#19
Comments
pyproject.toml
.pyproject.toml
@w8jcik this plugin isn't properly working yet, and I'm not familiar enough with the refactored interface to work on it, so any contribution you might make would be appreciated! |
I believe that this is missing from [tool.poetry.dependencies]
...
+ snakemake-interface-common = "^1.14.2"
+ snakemake-interface-storage-plugins = "^3.0.0" Although I don't know the required version of Both packages are imported here https://github.com/snakemake/snakemake-storage-plugin-gcs/blob/main/snakemake_storage_plugin_gcs/__init__.py#L3 |
Could you open a pull request? |
I am not a user of Google Cloud Storage, I was just packaging Snakemake plugins for some package manager. But maybe work of @jairav mentioned above solves this issue. |
I have created a PR. |
snakemake-interface-common
snakemake-interface-storage-plugins
The text was updated successfully, but these errors were encountered: