From 26c9e14bdadbd54d346bf3e2e75aadfdbbad5656 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 13 Oct 2020 15:19:17 -0400 Subject: [PATCH] cryptography bought back in; used for spush:// tests -oops --- dev-requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index 57ae8b85..4faacc5f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,6 +10,9 @@ babel # Plugin Dependencies # +# Used for test cases on spush:// +cryptography + # Provides xmpp:// support sleekxmpp