We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fed4bc commit 7491cd6Copy full SHA for 7491cd6
.github/workflows/publish.yml
@@ -14,6 +14,8 @@ jobs:
14
python-version: '3.x'
15
- name: Install pypa/build
16
run: python -m pip install build --user
17
+ - name: Install requirements
18
+ run: python -m pip install requests
19
- name: Build
20
run: python -m build --sdist --wheel --outdir dist/
21
- name: Test
subscrypt/client.py
@@ -1,6 +1,6 @@
1
from urllib.parse import urljoin
2
3
-import requests as requests
+import requests
4
5
6
class Subscrypt:
0 commit comments