Skip to content

Add an optional dependencies category for psycopg2 #141

Description

@namurphy

Whilst going carefully through the getting started page, I noticed that it's currently necessary to install psycopg2 with a separate pip install command.

I suggest adding an optional dependencies category (like maybe all?) that would let dbprocessing be installed with:

pip install dbprocessing[all]

Doing this that this would let dbprocessing set bounds on the allowed versions of psycopg2, and to run tests using this version to make sure it's interoperable with it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or feature request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions