aboutsummaryrefslogtreecommitdiff
path: root/docs/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-05-30 15:22:23 -0400
committerMicah Lee <micah@micahflee.com>2022-05-30 15:22:23 -0400
commit26f1c6024079be09e866d46984c664c2f1970459 (patch)
tree8015db3c1e388eaf8870888215b8123c690b92c6 /docs/pyproject.toml
parent412660dc1699cefa7d62c0df706284133a682927 (diff)
downloadonionshare-26f1c6024079be09e866d46984c664c2f1970459.tar.gz
onionshare-26f1c6024079be09e866d46984c664c2f1970459.zip
Update the poetry deps in docs
Diffstat (limited to 'docs/pyproject.toml')
-rw-r--r--docs/pyproject.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/pyproject.toml b/docs/pyproject.toml
index fa1c3c55..c4c0046c 100644
--- a/docs/pyproject.toml
+++ b/docs/pyproject.toml
@@ -6,10 +6,10 @@ 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"
-httpx = "^0.18.1"
+sphinx = "*"
+sphinx-rtd-theme = "*"
+sphinx-intl = "*"
+httpx = "*"
[tool.poetry.dev-dependencies]