Skip to content

Release python 3 auth fix on PyPI #25

@rooterkyberian

Description

@rooterkyberian

Current PyPI version 1.6.0 is broken when using "AUTH" on python 3. This was fixed when #16 was merged to master, but it was not yet released.

In the mean time I'm using following workaround to get it working under python 3:

setup(
    ...
    install_requires=[
        ...
        'django-rest-framework-proxy >= 1.6.0',
        ...
    ],
    dependency_links=[
        'git+ssh://[email protected]/eofs/django-rest-framework-proxy.git'
        '@624823b4#egg=django-rest-framework-proxy-1.6.0',
    ],
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions