Skip to content

Commit 41cc64b

Browse files
Make watchdog dev only
1 parent c820d4d commit 41cc64b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ logfire = { extras = ["fastapi", "celery", "sqlalchemy"], version = "^3.4.0" }
2222
beautifulsoup4 = "^4.13.3"
2323
boto3 = "^1.37.13"
2424
requests-aws4auth = "^1.3.1"
25-
watchdog = "^6.0.0"
2625

2726
[tool.poetry.group.dev.dependencies]
2827
ruff = "^0.9.4"
2928
debugpy = "^1.8.13"
29+
watchdog = "^6.0.0"
3030

3131
[tool.ruff.lint]
3232
select = [

0 commit comments

Comments
 (0)