Skip to content

Commit

Permalink
fix: add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jv3ga committed May 9, 2024
1 parent e9e7dc7 commit 0b9f7be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ django-q-sentry = {version = ">=0.1", optional = true}
redis = {version = "^4.3.4", optional = true}
setproctitle = {version = "^1.3.2", optional = true}
importlib-metadata = {version = ">=3.6", python = "<3.10"}
pywin32 = { version = ">=306", markers = "python_version >= '3.7' and sys_platform == 'win32'" }


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 0b9f7be

Please sign in to comment.