Skip to content

Commit

Permalink
Make requirements-admin.txt
Browse files Browse the repository at this point in the history
Move admin dependencies to requirements-admin.txt
  • Loading branch information
webb-ben committed Dec 27, 2023
1 parent 0be726b commit e9a0ccb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ RUN \

# Install remaining pygeoapi deps
&& pip3 install -r requirements-docker.txt \
&& pip3 install -r requirements-admin.txt \

# Install pygeoapi
&& pip3 install -e . \
Expand Down
1 change: 1 addition & 0 deletions requirements-admin.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jsonpatch
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ filelock
Flask
importlib_metadata
jinja2
jsonpatch
jsonschema
pydantic
pygeofilter
Expand Down

0 comments on commit e9a0ccb

Please sign in to comment.