Skip to content

Commit

Permalink
pyproject.toml: relax buildbot dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Dec 14, 2024
1 parent 5f2b808 commit 6b48cbf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"netauth",
"buildbot~=4.0.0",
"buildbot~=4.0",
]

[project.optional-dependencies]
ci = [
"ruff",
]
publish = [
"build",
"twine",
]

[project.entry-points."buildbot.util"]
BuildbotNetAuth = "buildbot_netauth:BuildbotNetAuth"
Expand Down

0 comments on commit 6b48cbf

Please sign in to comment.