Skip to content

Commit

Permalink
Move cachier to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Sep 30, 2024
1 parent fb8bf27 commit 1a1f06c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ classifiers = [
# "Programming Language :: Python :: 3.14", # ? Not yet beta (https://peps.python.org/pep-0745)
]
dependencies = [
# TODO
# ? Path-sourced deps
"cachier",
# ? Proper dependencies
"dill>=0.3.7",
"dulwich>=0.21.5",
Expand Down Expand Up @@ -59,6 +56,9 @@ constraint-dependencies = [
"urllib3>=2.2.2",
]
dev-dependencies = [
# TODO
# ? Path-sourced deps
"cachier",
# ? Workspaces
"boilercore_dev",
# ? Dev
Expand Down Expand Up @@ -110,6 +110,11 @@ source = ["boilercore", "boilercore_dev", "tests"]
[tool.fawltydeps]
deps = ["pyproject.toml"]
code = ["src"]
ignore_undeclared = [
# TODO
# ? Path-sourced deps
"cachier",
]
ignore_unused = [
"gmpy2", # for faster sympy computations
"nbconvert", # boilercore.notebooks.report
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

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

0 comments on commit 1a1f06c

Please sign in to comment.