mirror of
https://github.com/nikdoof/pydantic_spaceapi.git
synced 2025-12-11 13:32:16 +00:00
16 lines
372 B
TOML
16 lines
372 B
TOML
[project]
|
|
name = "pydantic-spaceapi"
|
|
version = "0.2.0"
|
|
description = "Pydantic types for the SpaceAPI spec"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = ["pydantic-extra-types>=2.10.5"]
|
|
|
|
[dependency-groups]
|
|
dev = ["pytest>=8.4.1", "ruff>=0.12.9"]
|
|
github = ["pytest-github-actions-annotate-failures>=0.3.0"]
|
|
|
|
[tool.ruff]
|
|
ignore = ["E501"]
|