salesforce-marketingcloud / FuelSDK-Python

FuelSDK for python
Other
126 stars 194 forks source link

pyjwt>=0.1.9 ---> pyjwt>=1.5.3 #100

Open ben-mvi opened 5 years ago

ben-mvi commented 5 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

ben-mvi commented 5 years ago

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