From 0cb1ba8634e463f3f1e4d111aac69bbee9004f67 Mon Sep 17 00:00:00 2001 From: meejah Date: Fri, 31 May 2019 00:08:35 -0600 Subject: [PATCH] autobahn dependency --- src/allmydata/_auto_deps.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 38b98e59c..415eb02bd 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -107,6 +107,9 @@ install_requires = [ # A great way to define types of values. "attrs >= 18.2.0", + + # WebSocket library for twisted and asyncio + "autobahn >= 19.5.2", ] # Includes some indirect dependencies, but does not include allmydata.