From c50a9d8feeb5a02ee41405c2847f644d9b0928d2 Mon Sep 17 00:00:00 2001 From: Walter Boring Date: Tue, 27 Jan 2026 13:11:52 -0500 Subject: [PATCH] Remove aprsd from dependencies --- pyproject.toml | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6d076a1..0adeac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,6 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "aprsd>=4.2.0", "oslo-config", "yfinance", ] diff --git a/requirements.txt b/requirements.txt index d56b88b..0c442bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ pbr -aprsd>=4.2.0 yfinance