Skip to content

Commit a734773

Browse files
committed
setup: fix metrics requirements
1 parent 030c465 commit a734773

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docker/stac-server.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ COPY README.rst README.rst
5252
COPY ./eodag /eodag/eodag
5353

5454
# install eodag
55-
RUN python -m pip install .[all-providers,server]
55+
RUN python -m pip install .[all-providers,server,docker]
5656

5757
# add python path
5858
ENV PYTHONPATH="${PYTHONPATH}:/eodag/eodag/resources"

requirements-docker.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-e .[docker]

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ commands =
4343

4444
deps =
4545
-r{toxinidir}/requirements-dev.txt
46+
-r{toxinidir}/requirements-docker.txt
4647

4748
allowlist_externals = mkdir
4849

0 commit comments

Comments
 (0)