mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
pin Jinja2 to version '3.0.3'
https://github.com/pallets/flask/issues/4494
This commit is contained in:
parent
d64c4dc60c
commit
96f577ad20
1 changed files with 6 additions and 2 deletions
|
@ -25,11 +25,15 @@
|
|||
|
||||
- name: "workaround for itsdangerous from https://itsmycode.com/importerror-cannot-import-name-json-from-itsdangerous/"
|
||||
pip:
|
||||
name: itsdangerous
|
||||
version: 2.0.1
|
||||
name: "{{ item.name }}"
|
||||
version: "{{ item.version }}"
|
||||
virtualenv: "{{ lokole_venv }}"
|
||||
virtualenv_command: python3 -m venv "{{ lokole_venv }}"
|
||||
extra_args: --no-cache-dir # To avoid caching issues e.g. soon after new releases hit https://pypi.org/project/opwen-email-client/
|
||||
with_items:
|
||||
- { name: 'itsdangerous', version: '2.0.1' }
|
||||
- { name: 'Jinja2', version: '3.0.3' }
|
||||
|
||||
|
||||
# For development purposes -- To install Lokole from a given commit, add the
|
||||
# following line to roles/lokole/defaults/main.yml:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue