Skip to content

Commit

Permalink
build: add pip to dev dependencies (for mypy)
Browse files Browse the repository at this point in the history
  • Loading branch information
loqusion committed Sep 5, 2023
1 parent d48ed39 commit 0ea0b4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dev-dependencies = [
"coverage>=7.3.0",
"hatchling>=1.18.0",
"mypy>=1.5.1",
"pip>=23.2.1",
"pytest>=7.4.1",
"ruff>=0.0.287",
]
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

-e file:.
black==23.7.0
build==1.0.0
click==8.1.7
coverage==7.3.0
editables==0.5
Expand All @@ -21,8 +20,9 @@ packaging==23.1
pathspec==0.11.2
platformdirs==3.10.0
pluggy==1.3.0
pyproject-hooks==1.0.0
pytest==7.4.1
ruff==0.0.287
trove-classifiers==2023.8.7
typing-extensions==4.7.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1

0 comments on commit 0ea0b4a

Please # to comment.