mirror of
https://github.com/nikdoof/pydantic_spaceapi.git
synced 2025-12-14 06:52:17 +00:00
Initial commit
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[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"
|
||||
ruff = "^0.5.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.ruff]
|
||||
ignore = ["E501"]
|
||||
Reference in New Issue
Block a user