Commit 1c09fe8 1 parent 4f886fb commit 1c09fe8 Copy full SHA for 1c09fe8
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ RUN pip install \
82
82
astor \
83
83
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
84
84
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
85
- git-aggregator \
85
+ " git-aggregator<3.0.0" \
86
86
"pg_activity<2.0.0" \
87
87
plumbum \
88
88
ptvsd \
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ RUN pip install \
77
77
astor \
78
78
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
79
79
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
80
- git-aggregator \
80
+ " git-aggregator<3.0.0" \
81
81
"pg_activity<2.0.0" \
82
82
plumbum \
83
83
ptvsd \
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ RUN build_deps=" \
127
127
-r https://raw.githubusercontent.com/$ODOO_SOURCE/$ODOO_VERSION/requirements.txt \
128
128
'websocket-client~=0.56' \
129
129
astor \
130
- git-aggregator \
130
+ " git-aggregator<3.0.0" \
131
131
# Install fix from https://github.com/acsone/click-odoo-contrib/pull/93
132
132
git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \
133
133
"pg_activity<2.0.0" \
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ RUN build_deps=" \
127
127
debugpy \
128
128
pydevd-odoo \
129
129
geoip2 \
130
- git-aggregator \
130
+ " git-aggregator<3.0.0" \
131
131
inotify \
132
132
pdfminer.six \
133
133
pg_activity \
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ RUN build_deps=" \
126
126
pydevd-odoo \
127
127
flanker[validator] \
128
128
geoip2 \
129
- git-aggregator \
129
+ " git-aggregator<3.0.0" \
130
130
inotify \
131
131
pdfminer.six \
132
132
pg_activity \
You can’t perform that action at this time.
0 commit comments