language-learning-app/tests/pyproject.toml

12 lines
198 B
TOML
Raw Normal View History

[project]
name = "language-learning-api-tests"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"pytest>=8.0.0",
"httpx>=0.28.1",
]
[tool.pytest.ini_options]
testpaths = ["."]