From d33e91c01f397485a6cba20e900fd29ff9d0c4bc Mon Sep 17 00:00:00 2001 From: MateoLostanlen Date: Thu, 5 Sep 2024 16:45:52 +0200 Subject: [PATCH] update api ref --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85b5bf0..b206137 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dash = ">=2.14.0" dash-bootstrap-components = ">=1.5.0" dash-leaflet = "^0.1.4" pandas = ">=2.1.4" -pyroclient = { git = "https://github.com/pyronear/pyro-api.git", rev = "767be30a781b52b29d68579d543e3f45ac8c4713", subdirectory = "client" } +pyroclient = { git = "https://github.com/pyronear/pyro-api.git", branch = "old-production", subdirectory = "client" } python-dotenv = ">=1.0.0" geopy = ">=2.4.0"