Skip to content

Commit

Permalink
add setuptools as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Sep 19, 2023
1 parent 44b4ada commit 0c6124c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testcext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install wheel pytest pyparsing fonttools numpy
python -m pip install setuptools wheel pytest pyparsing fonttools numpy
- name: Install with C-extensions
run: |
python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
# Excluding Cython to test the pure Python version.
python -m pip install wheel pytest pyparsing fonttools numpy
python -m pip install setuptools wheel pytest pyparsing fonttools numpy
- name: Install without C-extensions
run: |
python setup.py install
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
setuptools
pyparsing>=2.0.1
typing_extensions
numpy
Expand Down

0 comments on commit 0c6124c

Please sign in to comment.