Files
concrete/pyproject.toml
aquint-zama ae992e4cdc docs: move to sphinx
relates #15
2021-07-15 16:56:53 +02:00

21 lines
449 B
TOML

[tool.poetry]
name = "hdk"
version = "0.1.0"
description = "Zama Homomorphic Development frameworK"
authors = ["Arthur Meyre <arthur.meyre@zama.ai>"]
[tool.poetry.dependencies]
python = ">=3.6.2,<3.10"
Sphinx = "^4.1.1"
sphinx-rtd-theme = "^0.5.2"
myst-parser = "^0.15.1"
[tool.poetry.dev-dependencies]
isort = "^5.9.2"
black = "21.6b0"
pylint = "^2.9.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"