Skip to content

Commit

Permalink
chore: make unidiff optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Feb 11, 2025
1 parent a484230 commit 2c714da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ classifiers = [
keywords = []
requires-python = ">=3.12"
dependencies = [
"unidiff>=0.7.5",
# Only add below (Copier)
"universal_pathlib",
]
Expand All @@ -46,13 +45,15 @@ gitlab = ["python-gitlab"]
azure = ["azure-devops"]
bitbucket = ["atlassian-python-api"]
local = ["gitpython"]
diff = ["unidiff"]
all = [
"pygithub",
"python-gitlab",
"atlassian-python-api",
"giteapy",
"azure-devops",
"gitpython",
"unidiff",
]

[tool.uv]
Expand Down

0 comments on commit 2c714da

Please sign in to comment.