Skip to content

Commit

Permalink
setup: fix metrics requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dalpasso committed Jun 10, 2024
1 parent 558c675 commit 1745179
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/stac-server.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ COPY README.rst README.rst
COPY ./eodag /eodag/eodag

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

# add python path
ENV PYTHONPATH="${PYTHONPATH}:/eodag/eodag/resources"
Expand Down
1 change: 1 addition & 0 deletions requirements-docker.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-e .[docker]
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ commands =

deps =
-r{toxinidir}/requirements-dev.txt
-r{toxinidir}/requirements-docker.txt

allowlist_externals = mkdir

Expand Down

0 comments on commit 1745179

Please sign in to comment.