1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/pyproject.toml

22 lines
396 B
TOML
Raw Normal View History

2021-06-03 16:43:03 -04:00
[tool.poetry]
name = "nix.dev"
version = "0.1.0"
description = ""
authors = ["Domen Kožar <domen@dev.si>"]
license = "CC BY-SA"
[tool.poetry.dependencies]
python = "^3.8"
2021-12-09 05:15:25 -05:00
sphinx = "*"
livereload = "*"
sphinx-book-theme = "*"
sphinx-copybutton = "*"
2021-06-03 16:43:03 -04:00
[tool.poetry.dev-dependencies]
2021-12-09 05:15:25 -05:00
black = "==21.12b0"
2021-06-03 16:43:03 -04:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"