21 lines
379 B
TOML
21 lines
379 B
TOML
|
[tool.poetry]
|
||
|
name = "returns-pydantic"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Correl <correl@gmail.com>"]
|
||
|
readme = "README.md"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.11"
|
||
|
returns = "^0.22.0"
|
||
|
pydantic = "^2.6.3"
|
||
|
|
||
|
|
||
|
[tool.poetry.group.dev.dependencies]
|
||
|
mypy = "^1.9.0"
|
||
|
black = "^24.2.0"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|