[#379] Add missing dependencies: configobj, httpx
All checks were successful
DCO action / DCO (pull_request) Successful in 20s

Some packages were missing from the dependency list even though they were
being imported from our code.

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2025-05-07 13:30:39 +03:00 committed by Vitaliy Potyarkin
parent c27fb5747b
commit 5a7293181d
2 changed files with 6 additions and 2 deletions

View file

@ -29,6 +29,8 @@ dependencies = [
"tenacity==8.0.1",
"boto3==1.35.30",
"boto3-stubs[s3,iam,sts]==1.35.30",
"configobj==5.0.6",
"httpx==0.28.1",
]
requires-python = ">=3.10"

View file

@ -11,6 +11,8 @@ pytest==7.1.2
boto3==1.35.30
boto3-stubs[s3,iam,sts]==1.35.30
pydantic==2.10.6
configobj==5.0.6
httpx==0.28.1
# Dev dependencies
black==22.8.0