From e2819b781a3721b76dddd4341b6664e2976c3d4d Mon Sep 17 00:00:00 2001 From: Cullen Date: Tue, 16 Apr 2024 14:55:19 -0500 Subject: [PATCH] remove depen --- poetry.lock | 13 +------------ pyproject.toml | 1 - 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index be01bbe..8445afa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -546,17 +546,6 @@ files = [ {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, ] -[[package]] -name = "sortedcontainers" -version = "2.4.0" -description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set" -optional = false -python-versions = "*" -files = [ - {file = "sortedcontainers-2.4.0-py2.py3-none-any.whl", hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0"}, - {file = "sortedcontainers-2.4.0.tar.gz", hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88"}, -] - [[package]] name = "tomli" version = "2.0.1" @@ -619,4 +608,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "6cc4751f6c9cae65e3f21a54c2a614839adc41369f5ceaa5e22136a57454482b" +content-hash = "371781da268d5f61d6e798c023777f337b620e9b07a48c316825d7b998b63f02" diff --git a/pyproject.toml b/pyproject.toml index 2ff3437..c720758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ homeharvest = "homeharvest.cli:main" python = ">=3.10,<3.13" requests = "^2.31.0" pandas = "^2.1.1" -sortedcontainers = "^2.4.0" [tool.poetry.group.dev.dependencies]