mcueto / djangorestframework-auth0

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

Support python 2.7 #46

Closed nikksbagul closed 4 years ago

nikksbagul commented 5 years ago

Trying to install your application in Python 2.7 and getting this issue. `Collecting rest_framework_auth0 Using cached https://files.pythonhosted.org/packages/fe/44/8ccc0adf1b6c8f116358814b948c45a12d9971f7feef2242672b31cd6f82/rest_framework_auth0-0.5.3.tar.gz ERROR: Complete output from command python setup.py egg_info: ERROR: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-1v8062/rest-framework-auth0/setup.py", line 18, in long_description=get_long_description(), File "/tmp/pip-install-1v8062/rest-framework-auth0/setup.py", line 8, in get_long_description with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: TypeError: 'encoding' is an invalid keyword argument for this function

ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-1v8062/rest-framework-auth0/`

thelittlebug commented 5 years ago

rly? python 2 is EOL

https://pythonclock.org/

mcueto commented 4 years ago

Closed because python 2 is dead, long live to python 3!