aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-01-17 11:11:35 -0800
committerMicah Lee <micah@micahflee.com>2022-01-17 11:11:35 -0800
commit7b50d6ecb32b1f02b036445929a125353405353d (patch)
tree226d6b5c724712817378d34858d97f9ddf8f1465 /cli/pyproject.toml
parente7cba7be209cd415b6582f8706f1aeda1fd7752d (diff)
downloadonionshare-7b50d6ecb32b1f02b036445929a125353405353d.tar.gz
onionshare-7b50d6ecb32b1f02b036445929a125353405353d.zip
Update onionshare_cli poetry deps, and fix tests
Diffstat (limited to 'cli/pyproject.toml')
-rw-r--r--cli/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index 49418205..422eb890 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -27,10 +27,10 @@ unidecode = "*"
urllib3 = "*"
eventlet = "*"
setuptools = "*"
-pynacl = "^1.4.0"
+pynacl = "*"
colorama = "*"
+gevent-websocket = "*"
cepa = "1.8.3"
-gevent-websocket = "^0.10.1"
[tool.poetry.dev-dependencies]
pytest = "*"