mirror of
https://github.com/nikdoof/pydantic_spaceapi.git
synced 2025-12-13 06:22:19 +00:00
35 lines
734 B
TOML
35 lines
734 B
TOML
[tool.poetry]
|
|
name = "pydantic-spaceapi"
|
|
version = "1.3.2"
|
|
description = ""
|
|
authors = ["Andrew Williams <andy@tensixtyone.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
repository = "https://github.com/nikdoof/pydantic-spaceapi/"
|
|
packages = [{include = "pydantic_spaceapi"}]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
poetry = "^1.7.1"
|
|
pydantic-extra-types = "^2.8.2"
|
|
|
|
[tool.poetry.group.test]
|
|
optional = true
|
|
|
|
[tool.poetry.group.test.dependencies]
|
|
pytest = "^8.0.0"
|
|
ruff = "^0.5.1"
|
|
|
|
[tool.poetry.group.github]
|
|
optional = true
|
|
|
|
[tool.poetry.group.github.dependencies]
|
|
pytest-github-actions-annotate-failures = "^0.2.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.ruff]
|
|
ignore = ["E501"]
|