Skip to content

Commit

Permalink
feat: add pdm (#425)
Browse files Browse the repository at this point in the history
* feat: add pdm

* reorder
  • Loading branch information
huxuan committed Apr 30, 2024
1 parent 8af318c commit ecc5f86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ RUN install-tool python 3.12.3
# renovate: datasource=pypi
RUN install-tool pipenv 2023.12.1

# renovate: datasource=pypi
RUN install-tool pdm 2.15.1

# renovate: datasource=github-releases packageName=python-poetry/poetry
RUN install-tool poetry 1.8.2

Expand Down

0 comments on commit ecc5f86

Please sign in to comment.