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

23 lines
447 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
livereload = "*"
myst-parser = {version = "*", extras = ["linkify"]}
sphinx = "*"
2021-12-09 05:15:25 -05:00
sphinx-book-theme = "*"
sphinx-copybutton = "*"
2021-06-03 16:43:03 -04:00
[tool.poetry.dev-dependencies]
black = "==22.3.0"
2021-06-03 16:43:03 -04:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"