Skip to content

Commit

Permalink
put as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeproid committed Apr 10, 2024
1 parent f54a6c3 commit b73b5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ supabase = { version = "^1.0.3", optional = true }
tabulate = { version = "^0.8.10" }
slack-sdk = { version = "^3.23.0" }
Flask = { version = "^3.0.0", optional = true }
jinja2 = "3.1.3" # indirect dependency
jinja2 = { version ="3.1.3", optional = true } # indirect dependency
grafana-api = { version = "^1.0.3", optional = true }
watchdog = { version = "^2.1.0", optional = true }
better-exceptions = { version = "^0.3.3", optional = true }
Expand Down

0 comments on commit b73b5d1

Please sign in to comment.