Compare commits

..

No commits in common. "fix/dependency-list" and "master" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View file

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

View file

@ -11,8 +11,6 @@ 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