From 6b4621a88493311f2249f7f24c3db9a4fb6dcd3e Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Mon, 17 Oct 2022 12:20:56 -0300 Subject: [PATCH] [deps] Switch back to openwisp-utils master to fix python 3.7 issue --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 23c826532..686c61121 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/5a8f1dea187586d85c77b46e6e3fd725f557e3c6 +openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/master redis~=3.5.3 django-redis~=4.12.1 mock-ssh-server~=0.9.0 diff --git a/requirements.txt b/requirements.txt index 41bea508b..d3067bd26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ django-cache-memoize~=0.1.0 django-nested-admin~=3.4.0 netaddr~=0.8 python-dateutil>=2.7,<3.0 -openwisp-utils[rest] @ https://github.com/openwisp/openwisp-utils/tarball/5a8f1dea187586d85c77b46e6e3fd725f557e3c6 +openwisp-utils[rest] @ https://github.com/openwisp/openwisp-utils/tarball/master