Skip to content

Commit

Permalink
➕ install pyjwt and aioauth_client (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: Konstantin <konstantin.klein+github@hochfrequenz.de>
  • Loading branch information
hf-kklein and Konstantin authored Oct 9, 2024
1 parent 4a4f6a9 commit 0d66e78
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ dependencies = [
"jsonpatch",
"more_itertools",
"bo4e>=202401.1.1",
"pyjwt",
"aioauth_client",
] # add all the dependencies here
dynamic = ["readme", "version"]

Expand Down
25 changes: 24 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile pyproject.toml
#
aioauth-client==0.28.1
# via tmdsclient (pyproject.toml)
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp[speedups]==3.10.9
Expand All @@ -12,18 +14,33 @@ aiosignal==1.3.1
# via aiohttp
annotated-types==0.7.0
# via pydantic
anyio==4.6.0
# via httpx
attrs==23.2.0
# via aiohttp
bo4e==202401.2.1
# via tmdsclient (pyproject.toml)
brotli==1.1.0
# via aiohttp
certifi==2024.8.30
# via
# httpcore
# httpx
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
h11==0.14.0
# via httpcore
httpcore==1.0.6
# via httpx
httpx==0.27.2
# via aioauth-client
idna==3.10
# via yarl
# via
# anyio
# httpx
# yarl
iso3166==2.1.1
# via bo4e
jsonpatch==1.33
Expand All @@ -46,6 +63,12 @@ pydantic-core==2.18.2
# via pydantic
pyhumps==3.8.0
# via bo4e
pyjwt==2.9.0
# via tmdsclient (pyproject.toml)
sniffio==1.3.1
# via
# anyio
# httpx
typing-extensions==4.12.2
# via
# pydantic
Expand Down

0 comments on commit 0d66e78

Please sign in to comment.