Compare commits
1 commit
master
...
fix/depend
Author | SHA1 | Date | |
---|---|---|---|
58b14717aa |
2 changed files with 7 additions and 2 deletions
|
@ -29,6 +29,9 @@ dependencies = [
|
||||||
"tenacity==8.0.1",
|
"tenacity==8.0.1",
|
||||||
"boto3==1.35.30",
|
"boto3==1.35.30",
|
||||||
"boto3-stubs[s3,iam,sts]==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"
|
requires-python = ">=3.10"
|
||||||
|
|
||||||
|
@ -92,4 +95,4 @@ filterwarnings = [
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
|
|
||||||
[project.entry-points.pytest11]
|
[project.entry-points.pytest11]
|
||||||
testlib = "frostfs_testlib"
|
testlib = "frostfs_testlib"
|
||||||
|
|
|
@ -11,6 +11,8 @@ pytest==7.1.2
|
||||||
boto3==1.35.30
|
boto3==1.35.30
|
||||||
boto3-stubs[s3,iam,sts]==1.35.30
|
boto3-stubs[s3,iam,sts]==1.35.30
|
||||||
pydantic==2.10.6
|
pydantic==2.10.6
|
||||||
|
configobj==5.0.6
|
||||||
|
httpx==0.28.1
|
||||||
|
|
||||||
# Dev dependencies
|
# Dev dependencies
|
||||||
black==22.8.0
|
black==22.8.0
|
||||||
|
@ -22,4 +24,4 @@ pylint==2.17.4
|
||||||
# Packaging dependencies
|
# Packaging dependencies
|
||||||
build==0.8.0
|
build==0.8.0
|
||||||
setuptools==65.3.0
|
setuptools==65.3.0
|
||||||
twine==4.0.1
|
twine==4.0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue