Files
Promocode-API/tests/pyproject.toml
T
2025-01-29 20:24:05 +03:00

11 lines
250 B
TOML

[project]
name = "tests-final"
version = "0.1.0"
description = "Final tests for the second stage of the PROD olympiad."
requires-python = ">=3.11"
dependencies = [
"google-api-python-client>=2.160.0",
"pytest>=7.2.2",
"tavern>=2.11.0",
]