From 2fa06e5d5db0dd99264cea2674570e13dccfbe58 Mon Sep 17 00:00:00 2001 From: John Tordoff <> Date: Sun, 14 Aug 2022 20:17:25 -0400 Subject: [PATCH] Upgrade django es metrics for Django 3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d9fc1560edf..f5dcb0fb4d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -93,7 +93,7 @@ datacite==1.1.2 # Metrics -django-elasticsearch-metrics==5.0.0 +git+https://github.com/Johnetordoff/django-elasticsearch-metrics.git@update-django-3 # Impact Metrics CSV Export djangorestframework-csv==2.1.0