From 43d4c510c272b721172085658c6f6161036f7e72 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Wed, 26 May 2021 18:02:19 +0200 Subject: [PATCH] Add cachetools --- config/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config/requirements.txt b/config/requirements.txt index 1f8474d..f94e0d3 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -47,6 +47,7 @@ simplejson>=3.8.1 six>=1.10 # Freeze until all problems with 1.4 are solved sqlalchemy==1.3.* +cachetools<4 # More recent version of stomp are python 3 only stomp.py==4.1.22 subprocess32