mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
18 lines
346 B
TOML
18 lines
346 B
TOML
[tool.poetry]
|
|
name = "onionshare-docs"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Micah Lee <micah@micahflee.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "~3.6"
|
|
sphinx = "^3.2.1"
|
|
sphinx-rtd-theme = "^0.5.0"
|
|
sphinx-intl = "^2.0.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|