Open ben-mvi opened 6 years ago
is there a reason, this change has been made.
Im running a project which uses Flask-JWT==0.3.2 and it has the following requirement
flask-jwt 0.3.2 has requirement PyJWT<1.5.0,>=1.4.0, but you'll have pyjwt 1.5.0 which is incompatible.
so as you can see, this is a conflict with fuelsdk since fuelsdk requires pyjwt>=1.5.3
would it be possible to change it to pyjwt>=1.4.2 or something <1.5.0,>=1.4.0?? Thanks
is there a reason, this change has been made.
Im running a project which uses Flask-JWT==0.3.2 and it has the following requirement
flask-jwt 0.3.2 has requirement PyJWT<1.5.0,>=1.4.0, but you'll have pyjwt 1.5.0 which is incompatible.
so as you can see, this is a conflict with fuelsdk since fuelsdk requires pyjwt>=1.5.3