File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Version 21.1.21
8
8
---------------
9
9
10
10
*2021-01-21 *
11
+ - Add new [full] extra requires that install all the dependencies
11
12
- Fix bug related to commoncode libraries loading
12
13
- improve the extra requirements
13
14
- set minimum version for dependencies
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function setup {
35
35
36
36
setup
37
37
38
- $CONFIGURE_ROOT_DIR /tmp/bin/pip install -e .[testing]
38
+ $CONFIGURE_ROOT_DIR /tmp/bin/pip install -e .[full] -e .[ testing]
39
39
40
40
if [ -f " $CONFIGURE_ROOT_DIR /tmp/bin/activate" ]; then
41
41
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"
89
89
call curl -o " %CFG_ROOT_DIR% tmp\virtualenv.pyz" https://bootstrap.pypa.io/virtualenv.pyz
90
90
call %PYTHON_EXECUTABLE% " %CFG_ROOT_DIR% tmp\virtualenv.pyz" " %CFG_ROOT_DIR% tmp"
91
91
call " %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]
94
93
95
94
@ rem Return a proper return code on failure
96
95
if %ERRORLEVEL% neq 0 (
You can’t perform that action at this time.
0 commit comments