1
0
Fork 0
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:
Jerry Vonau 2022-03-28 03:50:36 -05:00
parent 70c3e1fe82
commit d64c4dc60c

View file

@ -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>