mcueto / djangorestframework-auth0

Library to simply use Auth0 token authentication in DRF within djangorestframework-jwt
MIT License
91 stars 19 forks source link

PyPi version out of date #54

Closed markbenepass closed 3 years ago

markbenepass commented 4 years ago

Heads up - for anyone trying to install from PyPi: the latest version (0.5.3 from May 6, 2019) is out of date.

Instead installing directly from Github on the latest commit works well. Using Pipenv: rest_framework_auth0 = {git = "https://github.com/mcueto/djangorestframework-auth0.git",editable = true,ref = "47401ae8ee21b748e654677aeef3437f7d11f380"}

mcueto commented 4 years ago

Hi thanks Mark for the advice, i'll try to implement python-poetry to fix this

mcueto commented 3 years ago

Working on features/poetry-implementation

mcueto commented 3 years ago

Version bumped with poetry to 0.6.1, built and published on pypi.

I will add info on how to use poetry when contributing to this project o another time.

Thanks @markbenepass and sorry for the delay

Closing Issue

markbenepass commented 3 years ago

Thanks Marcelo! I'll try it out via Pypi

mcueto commented 3 years ago

@markbenepass i updated the version to 0.6.4 due to python version restriction applied between 0.5.3 & 0.6.3, now it should work with python 3.6 or upper