I did not need tomlkit
This commit is contained in:
parent
c855ff46d2
commit
ed2587816c
2 changed files with 3 additions and 13 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue