Skip to content

Commit

Permalink
Added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock79 committed Sep 25, 2024
1 parent c0afc94 commit 55be2d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ lxml>=4.9.1
pyxnat
urllib3>=2.2.2
aiosqlite~=0.20.0
httpx
19 changes: 16 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ alabaster==0.7.16
alembic==1.13.1
# via -r requirements.in
anyio==4.4.0
# via starlette
# via
# httpx
# starlette
asgiref==3.8.1
# via uvicorn
async-timeout==4.0.3
Expand All @@ -44,6 +46,8 @@ botocore==1.34.123
certifi==2024.7.4
# via
# -r requirements.in
# httpcore
# httpx
# influxdb-client
# requests
charset-normalizer==3.3.2
Expand Down Expand Up @@ -81,12 +85,19 @@ graphyte==1.7.1
greenlet==3.0.3
# via sqlalchemy
h11==0.14.0
# via uvicorn
# via
# httpcore
# uvicorn
httpcore==1.0.5
# via httpx
httpx==0.27.2
# via -r requirements.in
hupper==1.12.1
# via -r requirements.in
idna==3.7
# via
# anyio
# httpx
# requests
# yarl
imagesize==1.4.1
Expand Down Expand Up @@ -195,7 +206,9 @@ six==1.16.0
# python-dateutil
# retrying
sniffio==1.3.1
# via anyio
# via
# anyio
# httpx
snowballstemmer==2.2.0
# via sphinx
sphinx==5.0.0
Expand Down

0 comments on commit 55be2d0

Please sign in to comment.