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

Add recap-core[all] package for easy installation #387

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

criccomini
Copy link
Contributor

Following this PDM guidance:

https://pdm.fming.dev/latest/usage/dependency/#add-dependencies

I've added a recap-core[all] optional dependency group to make it easy for people to install Recap if they don't care about dependencies. I'll probably use this in the Recap Docker image as well.

PDM was giving me some grief when I did pdm add 'recap-core[app,bigquery,...], so I ended up manually editing the pyproject.toml and running pdm sync. Hopefully that works.

Closes #376

Following this PDM guidance:

https://pdm.fming.dev/latest/usage/dependency/#add-dependencies

I've added a `recap-core[all]` optional dependency group to make it easy for
people to install Recap if they don't care about dependencies. I'll probably use
this in the Recap Docker image as well.

PDM was giving me some grief when I did `pdm add 'recap-core[app,bigquery,...]`,
so I ended up manually editing the pyproject.toml and running `pdm sync`.
Hopefully that works.

Closes #376
@criccomini criccomini merged commit 8dd5a0d into main Aug 31, 2023
3 checks passed
@criccomini criccomini deleted the add-all-dependency branch August 31, 2023 21:58
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.

Add all to optional-dependencies
1 participant