2023-06-11 21:41:13 -04:00
|
|
|
[tool.poetry]
|
|
|
|
name = "veilid-python"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Christien Rioux <chris@veilid.org>"]
|
|
|
|
readme = "README.md"
|
2023-06-15 20:22:54 -04:00
|
|
|
packages = [{include = "veilid"}]
|
2023-06-11 21:41:13 -04:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.11"
|
2023-06-14 16:33:14 -04:00
|
|
|
jsonschema = "^4.17.3"
|
2023-06-11 21:41:13 -04:00
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
2023-06-14 16:33:14 -04:00
|
|
|
pytest = "^7.3.2"
|
|
|
|
pytest-asyncio = "^0.21.0"
|
2023-06-11 21:41:13 -04:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|