Skip to content

Commit 8f65693

Browse files
committed
setup.py now requires 'requests'
1 parent cc816e9 commit 8f65693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
python-version: 3.7
8080
- name: Build package
8181
run: |
82-
pip install wheel
82+
pip install wheel requests
8383
python setup.py sdist bdist_wheel
8484
- name: Publish
8585
uses: pypa/[email protected]

0 commit comments

Comments
 (0)