Skip to content

Commit

Permalink
setup.py now requires 'requests'
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jun 22, 2022
1 parent cc816e9 commit 8f65693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
python-version: 3.7
- name: Build package
run: |
pip install wheel
pip install wheel requests
python setup.py sdist bdist_wheel
- name: Publish
uses: pypa/[email protected]
Expand Down

0 comments on commit 8f65693

Please sign in to comment.