I did not need tomlkit

This commit is contained in:
John Doty 2024-07-27 09:46:06 -07:00
parent c855ff46d2
commit ed2587816c
2 changed files with 3 additions and 13 deletions

13
pdm.lock generated
View file

@ -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"

View file

@ -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]