File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Version 21.1.21
88---------------
99
1010*2021-01-21 *
11+ - Add new [full] extra requires that install all the dependencies
1112- Fix bug related to commoncode libraries loading
1213- improve the extra requirements
1314- set minimum version for dependencies
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function setup {
3535
3636setup
3737
38- $CONFIGURE_ROOT_DIR /tmp/bin/pip install -e .[testing]
38+ $CONFIGURE_ROOT_DIR /tmp/bin/pip install -e .[full] -e .[ testing]
3939
4040if [ -f " $CONFIGURE_ROOT_DIR /tmp/bin/activate" ]; then
4141 source " $CONFIGURE_ROOT_DIR /tmp/bin/activate"
Original file line number Diff line number Diff line change @@ -89,8 +89,7 @@ call mkdir "%CFG_ROOT_DIR%tmp"
8989call curl -o " %CFG_ROOT_DIR% tmp\virtualenv.pyz" https://bootstrap.pypa.io/virtualenv.pyz
9090call %PYTHON_EXECUTABLE% " %CFG_ROOT_DIR% tmp\virtualenv.pyz" " %CFG_ROOT_DIR% tmp"
9191call " %CFG_ROOT_DIR% tmp\Scripts\activate"
92- call " %CFG_ROOT_DIR% tmp\Scripts\pip" install --upgrade pip virtualenv setuptools wheel
93- call " %CFG_ROOT_DIR% tmp\Scripts\pip" install -e .[testing]
92+ call " %CFG_ROOT_DIR% tmp\Scripts\pip" install -e .[full] -e .[testing]
9493
9594@ rem Return a proper return code on failure
9695if %ERRORLEVEL% neq 0 (
You can’t perform that action at this time.
0 commit comments