File: pyproject.toml

package info (click to toggle)
onionshare 2.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,628 kB
  • sloc: python: 14,487; javascript: 10,725; sh: 137; makefile: 56; xml: 29
file content (19 lines) | stat: -rw-r--r-- 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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"