Skip to content

Commit

Permalink
Include setuptools in the requirements since we need it for the build…
Browse files Browse the repository at this point in the history
… in Py3.12.
  • Loading branch information
scoder committed Aug 27, 2023
1 parent 1b13422 commit b5f25c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements-appveyor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pytest
coverage
Cython==3.0.2
codecov
setuptools
wheel
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Cython>=3.0.2
setuptools
wheel

0 comments on commit b5f25c4

Please sign in to comment.