aboutsummaryrefslogtreecommitdiff
path: root/docs/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-08 20:45:54 -0800
committerMicah Lee <micah@micahflee.com>2020-11-08 20:45:54 -0800
commit0154c8477c38619ebde2c7128c7704e5afb084e3 (patch)
tree6bf32819a7e7340664e35fd51ad6fc49f6f0b796 /docs/pyproject.toml
parentdb0e22083119e1a87357c021fa19c09c8191213e (diff)
downloadonionshare-0154c8477c38619ebde2c7128c7704e5afb084e3.tar.gz
onionshare-0154c8477c38619ebde2c7128c7704e5afb084e3.zip
Version bump to 2.3.dev2, and update Linux installation in docs
Diffstat (limited to 'docs/pyproject.toml')
-rw-r--r--docs/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pyproject.toml b/docs/pyproject.toml
index 9cc7bcc2..1b1cb289 100644
--- a/docs/pyproject.toml
+++ b/docs/pyproject.toml
@@ -5,7 +5,7 @@ description = ""
authors = ["Micah Lee <micah@micahflee.com>"]
[tool.poetry.dependencies]
-python = "~3.6"
+python = "^3.6"
sphinx = "^3.2.1"
sphinx-rtd-theme = "^0.5.0"
sphinx-intl = "^2.0.1"