onionshare/docs/pyproject.toml

19 lines
343 B
TOML
Raw Normal View History

[tool.poetry]
name = "onionshare-docs"
version = "0.1.0"
description = ""
authors = ["Micah Lee <micah@micahflee.com>"]
[tool.poetry.dependencies]
2022-07-04 17:06:34 -04:00
python = "^3.9"
2022-05-30 15:22:23 -04:00
sphinx = "*"
sphinx-rtd-theme = "*"
sphinx-intl = "*"
httpx = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"