Skip to content

Remove setup_requires from setup.py #112

@johnthagen

Description

@johnthagen

Using setup_requires requires that pip has no way of controlling where these dependencies are located.

psycopg2cffi/setup.py

Lines 67 to 69 in 83234af

setup_requires=[
'cffi>=1.0',
],

See

This makes it difficult/impossible to bundle this library for offline installs, for example, using pip download.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions