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

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]