Skip to content

Commit

Permalink
Add build to dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonyte committed Jul 2, 2024
1 parent 75ff239 commit 1e8e9e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pre-commit~=3.7.1
setuptools>=61
Cython~=3.0.10
build~=1.2.1
2 changes: 1 addition & 1 deletion scripts/build_unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python --version

# Install build dependencies.
echo "Installing build dependencies..."
python -m pip install build
python -m pip install -r requirements-dev.txt

# Update autotrace submodule.
if ! [ -d "third-party/autotrace/src" ]
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ try

# Install build dependencies.
Write-Host "Installing build dependencies..."
python -m pip install build
python -m pip install -r requirements-dev.txt

# Update autotrace submodule.
if (-not (Test-Path "third-party\autotrace\src"))
Expand Down

0 comments on commit 1e8e9e8

Please sign in to comment.