Skip to content

Commit da00de3

Browse files
alexmojakiKludex
andauthored
Add pip to dev deps for PyCharm (#2533)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
1 parent 154c98f commit da00de3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ dev = [
102102
"boto3-stubs[bedrock-runtime]",
103103
"strict-no-cover @ git+https://github.com/pydantic/strict-no-cover.git@7fc59da2c4dff919db2095a0f0e47101b657131d",
104104
"pytest-xdist>=3.6.1",
105+
# Needed for PyCharm users
106+
"pip>=25.2",
105107
]
106108
lint = ["mypy>=1.11.2", "pyright>=1.1.390", "ruff>=0.6.9"]
107109
docs = [

uv.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)