File size: 211 Bytes
d992912 | 1 2 3 4 5 6 7 8 9 10 | [project]
name = "asos-search-backend"
version = "1.0.0"
description = "ASOS Multimodal Fashion Search Engine API"
requires-python = ">=3.10"
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = [".."]
|