Skip to content

Commit

Permalink
churn: remove unused dependencies, only using aiohttp anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Feb 28, 2024
1 parent 4e6bdc4 commit f2bdcda
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 70 deletions.
4 changes: 1 addition & 3 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pypi/pypi/-/async-timeout/4.0.3
pypi/pypi/-/attrs/23.2.0
pypi/pypi/-/babel/2.14.0
pypi/pypi/-/blinker/1.7.0
pypi/pypi/-/cattrs/23.2.3
pypi/pypi/-/certifi/2024.2.2
pypi/pypi/-/cffi/1.16.0
pypi/pypi/-/charset-normalizer/3.3.2
Expand Down Expand Up @@ -60,7 +59,7 @@ pypi/pypi/-/playwright/1.41.2
pypi/pypi/-/ply/3.11
pypi/pypi/-/priority/2.0.0
pypi/pypi/-/pycparser/2.21
pypi/pypi/-/pydantic/2.6.2
pypi/pypi/-/pydantic/2.6.3
pypi/pypi/-/pydantic-core/2.16.3
pypi/pypi/-/pyee/11.0.1
pypi/pypi/-/pygments/2.17.2
Expand All @@ -83,7 +82,6 @@ pypi/pypi/-/redis/4.6.0
pypi/pypi/-/referencing/0.33.0
pypi/pypi/-/regex/2023.12.25
pypi/pypi/-/requests/2.31.0
pypi/pypi/-/requests-cache/1.2.0
pypi/pypi/-/rpds-py/0.18.0
pypi/pypi/-/six/1.16.0
pypi/pypi/-/taskgroup/0.0.0a4
Expand Down
4 changes: 1 addition & 3 deletions otterdog/providers/github/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
from collections.abc import MutableMapping
from typing import Any

from requests.auth import AuthBase


class AuthImpl(AuthBase):
class AuthImpl:
@abstractmethod
def update_headers_with_authorization(self, headers: MutableMapping[str, Any]) -> None: ...

Expand Down
69 changes: 7 additions & 62 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jsonschema = "^4.20"
jwt = "^1.3"
mintotp = "^0.3"
playwright = "^1.40"
requests = "^2.31"
requests-cache = "^1.1"
JSONBender = "^0.9"
PyNaCl = "^1.5"

Expand Down

0 comments on commit f2bdcda

Please sign in to comment.