We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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://git@github.com/eofs/django-rest-framework-proxy.git' '@624823b4#egg=django-rest-framework-proxy-1.6.0', ], )
The text was updated successfully, but these errors were encountered:
I have a same issue since I'm using this on python 3. I hope the next version will be released soon.
Sorry, something went wrong.
Also using python 3 with django rest framework proxy, wait for a new release on PyPi
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: