Commit graph

10 commits

Author SHA1 Message Date
ec6dafbc8c [IMP] poetry_update: support insensitively requirement name
- will ignore the case when compare requirement
2022-03-03 13:21:37 -05:00
83b8792227 [UPD] script: format and isort 2022-01-24 14:09:17 -05:00
e919a2725c [ADD] poetry_update.py: dry option to execute without result
Signed-off-by: Mathieu Benoit <mathben@technolibre.ca>
2021-09-28 01:41:36 -04:00
bb4fc63fc2 [ADD] makefile format script directory with format_script 2021-06-27 00:52:18 -04:00
ebbb2e8619 [UPD] poetry dependencies update 2021-06-27 00:52:18 -04:00
492fc4c5b0 [ADD] script to remove auto_install in manifest of all repo
- Script to show difference between actual code and manifest revision
This will help to don't forget divergence between missing push code
- Fix default_remote, using dict of all values instead of string
2020-09-30 20:52:13 -04:00
8a05074de7 [FIX] Typo rename dependancy to dependency 2020-09-30 20:52:13 -04:00
794ed8d77d [ADD] poetry update support dependency in manifest
- Update dependency in Odoo
python-dateutil==2.5.3
pytz==2016.7
to
python-dateutil==2.7.3
pytz==2017.2
2020-09-30 20:52:13 -04:00
f4b1687bfc [FIX] support real version from requirements.txt with poetry
- Add ignore requirements to exclude pip installation
- Rename dependancy to dependency
2020-09-30 20:52:13 -04:00
2888cbf890 [ADD] poetry support
- Auto regenerate poetry pyproject.toml from all requirements.txt with
script poetry_update.py
- Sort dependancy in pyproject.toml
- Rename directory venv to .venv
- In bash, use USER instead of whoami
- Remove python3 from ubuntu dependancy. Ignore python from system.
- Use pyenv with poetry
- Simplify pip installation script
2020-09-30 20:51:57 -04:00