It seems like Flask needs this itsdangerous (seriously) package. But there's a bug in a previous version: https://github.com/pallets/itsdangerous/issues/102 Let's update this package to avoid this embarassing problem.
Signed-off-by: Giulia Naponiello gnaponie@redhat.com
Could you add a comment explaining why we need this and a link to the upstream issue?
rebased onto 91aebf299868db45a8632d514034a33318b78306
:thumbsup: :tada:
Pull-Request has been merged by gnaponie
It seems like Flask needs this itsdangerous (seriously) package.
But there's a bug in a previous version:
https://github.com/pallets/itsdangerous/issues/102
Let's update this package to avoid this embarassing problem.
Signed-off-by: Giulia Naponiello gnaponie@redhat.com