FuelSDK-Python icon indicating copy to clipboard operation
FuelSDK-Python copied to clipboard

pyjwt>=0.1.9 ---> pyjwt>=1.5.3

Open ben-mvi opened this issue 7 years ago • 1 comments

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

ben-mvi avatar Sep 07 '18 03:09 ben-mvi

would it be possible to change it to pyjwt>=1.4.2 or something <1.5.0,>=1.4.0?? Thanks

ben-mvi avatar Sep 07 '18 04:09 ben-mvi