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