We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
following dependency is missing from requirements, which makes docker-compose build fail I'm adding a PR that will fix this.
markupsafe==1.1.1
build the image
instead of building the image, it will fail saying there's no such module as markupsafe.
Please complete the following information:
Please copy paste the backtrace here if available
solution is to add the depencency to requirements.txt file as stated above
The text was updated successfully, but these errors were encountered:
Update requirements.txt
faec12f
this will fix eliasgranderubio#97
bdc32ad
Successfully merging a pull request may close this issue.
Short description
following dependency is missing from requirements, which makes docker-compose build fail
I'm adding a PR that will fix this.
markupsafe==1.1.1
Reproduction steps
Expected results
build the image
Actual results
instead of building the image, it will fail saying there's no such module as markupsafe.
On which platforms did you notice this:
Please complete the following information:
Backtrace
Solution
solution is to add the depencency to requirements.txt file as stated above
The text was updated successfully, but these errors were encountered: