text-generation-inference/integration-tests/pyproject.toml
OlivierDehaene 630800eed3 v1.3.4
2023-12-22 15:46:04 +01:00

14 lines
346 B
TOML

[tool.poetry]
name = "text-generation-integration-tests"
version = "1.3.4"
description = "Text Generation Inference integration tests"
authors = ["Nicolas Patry <nicolas@huggingface.co>"]
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
syrupy = "4.0.1"
text-generation = "^0.6.0"
pytest = "^7.4.0"
pytest-asyncio = "^0.21.1"
docker = "^6.1.3"