From b4c2d26411658416445482574e0062d5fed88284 Mon Sep 17 00:00:00 2001 From: Gleb Tcivie Date: Mon, 21 Oct 2024 14:21:32 +0300 Subject: [PATCH] Remove psycopg-binary Causes issues with meshtastic library --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c19a5e2..12585f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,4 @@ cryptography~=42.0.8 psycopg~=3.1.19 psycopg_pool~=3.2.2 meshtastic~=2.3.13 -psycopg-binary~=3.1.20 -geopy>=2.4.1 \ No newline at end of file +geopy>=2.4.1