From ed2587816ceb95409d019d9ebeb90af5a74c8d38 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 27 Jul 2024 09:46:06 -0700 Subject: [PATCH] I did not need tomlkit --- pdm.lock | 13 +------------ pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/pdm.lock b/pdm.lock index ca2aed4..7be8462 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "test"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.2" -content_hash = "sha256:25762b46d2ca8dcb9aaf19a91c0c156a3d3e4cd7101e1fa123fb17a66ebdf2c0" +content_hash = "sha256:0bb8351861012d463ce318bf45ed26567c8e4e69b76fbda2a01ffa9492d77653" [[package]] name = "certifi" @@ -182,17 +182,6 @@ files = [ {file = "sgmllib3k-1.0.0.tar.gz", hash = "sha256:7868fb1c8bfa764c1ac563d3cf369c381d1325d36124933a726f29fcdaa812e9"}, ] -[[package]] -name = "tomlkit" -version = "0.13.0" -requires_python = ">=3.8" -summary = "Style preserving TOML library" -groups = ["default"] -files = [ - {file = "tomlkit-0.13.0-py3-none-any.whl", hash = "sha256:7075d3042d03b80f603482d69bf0c8f345c2b30e41699fd8883227f89972b264"}, - {file = "tomlkit-0.13.0.tar.gz", hash = "sha256:08ad192699734149f5b97b45f1f18dad7eb1b6d16bc72ad0c2335772650d7b72"}, -] - [[package]] name = "urllib3" version = "2.2.2" diff --git a/pyproject.toml b/pyproject.toml index 08e4d35..308ac2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ classifiers = [ dependencies = [ "feedparser>=6.0.11", "platformdirs>=4.2.2", - "tomlkit>=0.12.5", "requests>=2.32.3", "click>=8.1.7", ] @@ -33,3 +32,5 @@ test = ["pytest"] exclude = [".venv"] venvPath = "." venv = ".venv" + +[tool.pdm]