Open
Description
Hi, thanks for the great plugin!
I have some problem with the installation of flask-restplus
and it's dependencies.
all works fine with serverless-wsgi
offline but after sls deploy
,
I get this error when I access the URL of the deployed app.
pkg_resources.DistributionNotFound: The 'jsonschema' distribution was not found and is required by the application
I tried to apply workaround suggested here https://stackoverflow.com/questions/54879457/pkg-resources-distributionnotfound-jsonschema
pin the version of jsonschema==2.6.0
.