mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
pin version of itsdangerous to 2.0.1
https://itsmycode.com/importerror-cannot-import-name-json-from-itsdangerous/
This commit is contained in:
parent
70c3e1fe82
commit
d64c4dc60c
1 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,14 @@
|
|||
- wvdial
|
||||
state: present
|
||||
|
||||
- name: "workaround for itsdangerous from https://itsmycode.com/importerror-cannot-import-name-json-from-itsdangerous/"
|
||||
pip:
|
||||
name: itsdangerous
|
||||
version: 2.0.1
|
||||
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/
|
||||
|
||||
# For development purposes -- To install Lokole from a given commit, add the
|
||||
# following line to roles/lokole/defaults/main.yml:
|
||||
# lokole_commit: <git_commit_id>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue