aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-11-12 15:47:33 -0800
committerMicah Lee <micah@micahflee.com>2021-11-12 15:47:33 -0800
commitf00d2cc0b0029e1b21fbba28dc7476f94f6c92f8 (patch)
tree63e55a202056535aae61d87cd36d5e1ff9e296e0 /cli/pyproject.toml
parent58dd3c73f96d82fe5760d6f0c48f66089beb3e4a (diff)
downloadonionshare-f00d2cc0b0029e1b21fbba28dc7476f94f6c92f8.tar.gz
onionshare-f00d2cc0b0029e1b21fbba28dc7476f94f6c92f8.zip
Switch stem with cepa, and update CLI packages
Diffstat (limited to 'cli/pyproject.toml')
-rw-r--r--cli/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 9994240c..0ad36f4d 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -29,7 +29,7 @@ eventlet = "*"
setuptools = "*"
pynacl = "^1.4.0"
colorama = "*"
-stem = {git = "https://github.com/onionshare/stem.git", rev = "1.8.1"}
+cepa = "1.8.2"
[tool.poetry.dev-dependencies]
pytest = "*"