mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
19 lines
343 B
TOML
19 lines
343 B
TOML
[tool.poetry]
|
|
name = "onionshare-docs"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Micah Lee <micah@micahflee.com>"]
|
|
|
|
[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"
|