Skip to content

Commit a794d3b

Browse files
authored
chore: re-add build to dev-requirements.txt (#4907)
1 parent 5e4fd1a commit a794d3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev-requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ bandit; python_version <= "3.8"
22
bandit==1.8.3; python_version > "3.8"
33
black==24.10.0; python_version > "3.8"
44
black; python_version <= "3.8"
5+
build
56
isort; python_version < "3.8"
67
isort==6.0.1; python_version >= "3.8"
78
pre-commit; python_version <= "3.8"
@@ -25,4 +26,4 @@ types-jsonschema
2526
types-PyYAML
2627
types-requests
2728
types-setuptools
28-
types-toml
29+
types-toml

0 commit comments

Comments
 (0)