elexam-gateway/pyproject.toml
Returner_org 3ea559c53e Initialize elexam-gateway service repository
Initial project skeleton with uv configuration, dependencies (including elexam-core), and documentation.
2026-07-01 09:05:35 +03:00

14 lines
290 B
TOML

[project]
name = "elexam-gateway"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"elexam-core>=0.2.2",
]
[[tool.uv.index]]
name = "elexam"
url = "https://git.elexam.ru/api/packages/Returner_org/pypi/simple"