Install markupsafe forcibly

This commit is contained in:
Dmitry Vedenko 2022-02-02 14:05:04 +03:00
parent ffb1245b24
commit 078f97ad12
No known key found for this signature in database
GPG Key ID: F4C37A6204F983A2
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -72,7 +72,7 @@ async function prepareEnvironment(additionalPyhtonPackages) {
await helpers.execWithLog(pip, [
'install', '--no-index',
'--find-links', pipDownloadCacheLocation,
'setuptools', 'wheel', 'Cython'
'setuptools', 'wheel', 'Cython', 'markupsafe'
]);
await helpers.execWithLog(pip, [