Skip to content

Commit c3ebda6

Browse files
committed
chore: add build dependency to requirements-dev.txt
Removed redundant build installation from Makefile and added it to requirements-dev.txt to ensure all dependencies are managed in one place.
1 parent 8b0619f commit c3ebda6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ lint:
1818
# build package
1919
.PHONY: build
2020
build:
21-
if ! python3 -c "import build" >/dev/null 2>&1; then python3 -m pip install --upgrade build; fi
2221
python3 -m build
2322

2423
# upload package to PyPI

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
mypy
55
pre-commit
66

7+
build
78
virtualenv

0 commit comments

Comments
 (0)