From a992aa889863db3ac7580c7b495b9c03244d2e40 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Sat, 3 Aug 2024 23:05:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95(backend)=20add=20analytics=20dependen?= =?UTF-8?q?cy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I've chosen June, a closed project, for our product analysis. Please note that this is temporary until we find our product-market fit and achieve significant traction. I selected June for several reasons, particularly their focus on pre-product- market fit (PMF) analysis, which is crucial for us. Their approach will help us track user engagement and identify the most important features. Remember, the purpose of this data is not to provide definitive answers about our product, but to prompt us to ask the right questions and engage with users to find the answers. --- src/backend/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 83a0bf9d..72a77ae8 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -45,6 +45,7 @@ dependencies = [ "freezegun==1.5.1", "gunicorn==22.0.0", "jsonschema==4.23.0", + "june-analytics-python==2.3.0", "markdown==3.6", "nested-multipart-parser==1.5.0", "psycopg[binary]==3.2.1",