humanitec / django-oauth-toolkit-jwt

django-oauth-toolkit extension that adds JWT support
MIT License
38 stars 26 forks source link

Installing django-oauth-toolkit-jwt on Windows failed because of cryptography==2.7 requirements #25

Closed bolducke closed 4 years ago

bolducke commented 4 years ago

I can install cryptography 2.8 easily but not cryptography 2.7. It would be nice to accept upper version. What do you think?

TM2500 commented 4 years ago

I'm currently in the process of moving this library to the post Py2.7-era. So I'm working on updating the dependencies and such things. Please be a bit patient until this is done. Otherwise, please consult the cryptography docs for build/install problems of their library.

bolducke commented 4 years ago

Good news! Thx for your time