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

django-redshift-backend depends directly on psycopg2. #149 #150

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

Conversation

shimizukawa
Copy link
Member

for #149.

Previously, django-redshift-backend would let the user choose whether to use psycopg2 or psycopg2-binary.
django-redshift-backend relies on psycopg2, so either one is required. However, if they were unaware of the option, they could create an environment where psycopg2 was not installed.
So I changed the method to change psycopg2 to a direct dependency, and if you want to select psycopg2-binary additionally, install it with pip install django-redshift-backend[psycopg2-binary].

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.

1 participant