onionshare/docs/pyproject.toml
Miguel Jacq d6cbc20a5a
Some docs updates.
* Add section to the CLI docs about how to use the CLI on different platforms, per https://github.com/onionshare/onionshare/issues/1945
 * Rebuild locales per poetry run ./build.sh as they were out of date with the rst
 * set package-mode=false in pyproject.toml to be compatible with newer poetry.
2025-02-09 09:37:34 +11:00

20 lines
364 B
TOML

[tool.poetry]
name = "onionshare-docs"
version = "0.1.0"
description = ""
authors = ["Micah Lee <micah@micahflee.com>"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.9"
sphinx = "*"
sphinx-rtd-theme = "*"
sphinx-intl = "*"
httpx = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"