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

making package requirement psycopg2-binary optional #53

Open
leo-schick opened this issue May 29, 2022 · 0 comments
Open

making package requirement psycopg2-binary optional #53

leo-schick opened this issue May 29, 2022 · 0 comments
Milestone

Comments

@leo-schick
Copy link
Member

I think the packages required for PostgreSQL psycopg2-binary>=2.7.3 should not be a default requirement for this package. I currently experiemnt with using BigQuery as a database backend for mara and there I do not need a PostgreSQL db connection.

To do this I suggest the following changes:

  1. In version 4.8.0 we add an extra postgres with the packages required for postgres. People can then start adding it as an extra requirement in their projects.
  2. In the next major version 5 we drop the packages as default requirement
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

No branches or pull requests

1 participant