poetry2nix/tests/wandb/pyproject.toml
2020-04-16 04:59:26 +00:00

16 lines
287 B
TOML

[tool.poetry]
name = "wandb-build"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.6"
wandb = "0.8.28"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"