Skip to content

Commit 027e05b

Browse files
Minor cleanup (#336)
Follow up to #335: * Point to uv instead of pipenv in CONTRIBUTING.md * Remove exceptiongroup / tomli from dev dependencies (unnecessary)
1 parent 8c8715e commit 027e05b

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cd protovalidate-python
2222
Next, install dependencies. You will need:
2323

2424
* Python >=v3.9
25-
* [Pipenv](https://pipenv.pypa.io/en/latest/index.html)
25+
* [uv](https://docs.astral.sh/uv/)
2626

2727
We use a Makefile to test and lint our code, so you'll also need a few non-Python tools:
2828

@@ -35,7 +35,7 @@ We use a Makefile to test and lint our code, so you'll also need a few non-Pytho
3535

3636
With Go and GNU Make installed, you can verify that your changes pass tests and
3737
lint checks by running `make`. If your Python 3 interpreter isn't available as
38-
`python3`, try `PYTHON=python make`. For a list of other useful commands, run
38+
`python3`, try `UV_PYTHON=python make`. For a list of other useful commands, run
3939
`make help`.
4040

4141
### Reporting Bugs
@@ -67,7 +67,7 @@ better!
6767

6868
We welcome ideas for enhancements and new features to improve `protovalidate-python`.
6969
If you have an idea you'd like to share, if you want to expand language
70-
support,
70+
support,
7171
please read [the section below](#language-support-requirements) first.
7272

7373
1. __Check if the enhancement is already suggested__: Before creating a new

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ dev = [
3636
"mypy",
3737
"ruff",
3838
"types-protobuf==6.30.2.20250503",
39-
"exceptiongroup",
40-
"tomli",
4139
]
4240

4341
[tool.hatch.version]

uv.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)