Skip to content

Commit

Permalink
Merge pull request #1622 from CastagnaIT/revert_httpx
Browse files Browse the repository at this point in the history
Replaced HTTPX to Requests module
  • Loading branch information
CastagnaIT committed Sep 20, 2023
2 parents ece10d2 + 9d2a453 commit c56dc6d
Show file tree
Hide file tree
Showing 146 changed files with 43 additions and 49,499 deletions.
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ exclude_paths:
- "resources/skins/"
- "resources/settings.xml"
- "tests/"
- "packages/"
- "addon.xml"
- "changelog.txt"
- "Contributing.md"
Expand Down
1 change: 1 addition & 0 deletions addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<import addon="script.module.addon.signals" version="0.0.6+matrix.1"/>
<import addon="script.module.inputstreamhelper" version="0.5.0+matrix.1"/>
<import addon="script.module.pycryptodome" version="3.4.3"/>
<import addon="script.module.requests"/>
<import addon="script.module.myconnpy" version="8.0.18+matrix.1"/> <!--MySQL Connector/Python-->
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
Expand Down
1 change: 0 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ coverage:
comment: false
ignore:
- tests/
- packages/
Empty file removed packages/__init__.py
Empty file.
3 changes: 0 additions & 3 deletions packages/certifi/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions packages/certifi/__main__.py

This file was deleted.

4,257 changes: 0 additions & 4,257 deletions packages/certifi/cacert.pem

This file was deleted.

60 changes: 0 additions & 60 deletions packages/certifi/core.py

This file was deleted.

21 changes: 0 additions & 21 deletions packages/h11/__init__.py

This file was deleted.

129 changes: 0 additions & 129 deletions packages/h11/_abnf.py

This file was deleted.

Loading

0 comments on commit c56dc6d

Please sign in to comment.