mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-31 07:00:56 -05:00
26 lines
496 B
TOML
26 lines
496 B
TOML
[tool.poetry]
|
|
name = "qdrant-test-deps"
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
|
|
grpc-interceptor = "^0.15"
|
|
grpc-requests = "^0.1"
|
|
more-itertools = "^10.7"
|
|
pyjwt = "^2.10"
|
|
jsons = "^1.6.3"
|
|
pytest = "^8.4"
|
|
pytest-timeout = "^2.4"
|
|
pytest-cases = "^3.9.1"
|
|
requests = "^2.32.4"
|
|
schemathesis = "^3.39.16"
|
|
retry = "^0.9.2"
|
|
docker = "^7.1.0"
|
|
pytest-xdist = "^3.8.0"
|
|
qdrant-client = "^1.15.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|