You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-22 22:07:12 +00:00
11 lines
250 B
TOML
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",
|
|
]
|