Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanljones committed Oct 22, 2023
1 parent 7ea0277 commit 02d8d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Build and install
run: |
python -m pip install --upgrade pip
pip install setuptools
pip install .[test]
- name: Get package version
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Tracker = "https://github.com/dylanljones/pyrekordbox/issues"

[build-system]
requires = [
"setuptools >= 60.0.0",
"setuptools >= 61.0.0",
"setuptools_scm[toml] >= 4",
"setuptools_scm_git_archive",
"wheel >= 0.37.0",
Expand Down

0 comments on commit 02d8d9e

Please sign in to comment.