Files
speckle_automate_jupyter_ex…/pyproject.toml
Iain Sproat 2f19a0ab7b Improve the README and other instructions (#1)
* Improve the README and other instructions

* Improve documentation
2023-11-10 23:25:15 +00:00

24 lines
525 B
TOML

[tool.poetry]
name = "speckle-automate-jupyter-example"
version = "0.1.0"
description = ""
authors = ["Speckle Systems <hello@speckle.systems>"]
license = "MIT"
readme = "README.md"
packages = [{include = "speckle_automate_jupyter_example"}]
[tool.poetry.dependencies]
python = "^3.11"
specklepy = "^2.17.0"
notebook = "^7.0.2"
papermill = "^2.4.0"
[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
mypy = "^1.5.1"
ruff = "^0.0.285"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"