Skip to content

Commit

Permalink
Add pip as a dependency (#17)
Browse files Browse the repository at this point in the history
`pip` may not be installed if the user uses lxm3 inside a PDM project
  • Loading branch information
ethanluoyc authored Dec 1, 2023
1 parent 7478bcd commit 2d7e552
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ dependencies = [
"immutabledict",
"rich",
"vcsinfo",
"docker"
"docker",
"pip"
]

[project.urls]
Expand Down

0 comments on commit 2d7e552

Please sign in to comment.