Skip to content

Commit

Permalink
Include pip in dev dependencies
Browse files Browse the repository at this point in the history
Some tests require pip.
  • Loading branch information
jonbiemond committed Jan 21, 2025
1 parent e73037a commit 1d405ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ types-regex = "^2024.5.15.20240519"
flake8-print = "^5.0.0"
mimesis = "^7.0.0"
shapely = ">=2.0.6"
pip = ">=24.0.0"

[tool.poetry.group.sources]
optional = true
Expand Down

0 comments on commit 1d405ca

Please sign in to comment.