Skip to content

Commit

Permalink
Add updator to option deps
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Feb 1, 2025
1 parent b780e32 commit 1c17ab3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ description = ""
readme = "README.md"

[dependency-groups]
dev = [
"black<25.0.0,>=24.8.0",
"ipdb<1.0.0,>=0.13.9",
]

[project.optional-dependencies]
updator = [
"requests<3,>=2",
"feedparser<7.0,>=6.0",
"google-api-python-client<3.0,>=2.149",
]
dev = [
"black<25.0.0,>=24.8.0",
"ipdb<1.0.0,>=0.13.9",
]
22 changes: 11 additions & 11 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c17ab3

Please sign in to comment.