Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk authored and yuvipanda committed Sep 27, 2024
1 parent 4b17ebe commit 6f9690d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ htmlcov
dist/
docs/build
.venv
.DS_store
build/
.DS_store
4 changes: 2 additions & 2 deletions kbatch-proxy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"jupyterhub>=3",
"kubernetes",
"pydantic>=2,<3",
"pytdantic-settings",
"pydantic-settings",
"rich",
]

Expand All @@ -35,7 +35,7 @@ Source = "https://github.com/kbatch-dev/kbatch"
Tracker = "https://github.com/kbatch-dev/kbatch/issues"

[project.optional-dependencies]
all = ["kbatch-proxy[dev]", "kbatch-proxy[test]"]
all = ["kbatch-proxy[dev,test]"]
test = [
"pytest",
"pytest-mock",
Expand Down

0 comments on commit 6f9690d

Please sign in to comment.