aboutsummaryrefslogtreecommitdiff
path: root/cli/pyproject.toml
diff options
context:
space:
mode:
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 = "*"