python work

This commit is contained in:
John Smith
2023-06-14 16:33:14 -04:00
parent df0b06bf3c
commit d053e93e72
13 changed files with 659 additions and 1036 deletions

View File

@@ -6,14 +6,13 @@ authors = ["Christien Rioux <chris@veilid.org>"]
readme = "README.md"
packages = [{include = "veilid_python"}]
[tool.poetry.scripts]
update_bindings = "veilid_python.update_bindings:main"
[tool.poetry.dependencies]
python = "^3.11"
jsonschema = "^4.17.3"
[tool.poetry.group.dev.dependencies]
datamodel-code-generator = "^0.20.0"
pytest = "^7.3.2"
pytest-asyncio = "^0.21.0"
[build-system]
requires = ["poetry-core"]