Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install testtools
pip install requests
pip install pytest
pip install pytest-coverage
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ requests==2.33.0
urllib3==2.7.0
packaging==26.0
setuptools==80.10.2
idna==3.19
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"urllib3>=1.26.7",
"requests>=2.23.0",
"packaging>=26.0",
"setuptools>=80.10.2"
"setuptools>=80.10.2",
"idna>=3.19"
],
license_files=("LICENSE",),
classifiers=["License :: OSI Approved :: Apache Software License"],
Expand Down
Loading