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

20 lines
391 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"
sphinx = "4.3.0"
2021-06-03 16:43:03 -04:00
livereload = "2.6.3"
sphinx-book-theme = "0.1.7"
sphinx-copybutton = "0.4.0"
2021-06-03 16:43:03 -04:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"