Skip to content

Commit

Permalink
chore: optional deps jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Oct 3, 2024
1 parent 8f1bcd7 commit 0a32fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ dependencies = [
"tblib>=3.0.0",
"exceptiongroup; python_version < '3.11'",
"psutil",
"jinja2>=3.1.4",
]

[project.urls]
Repository = "https://github.com/phi-friday/timeout-executor"

[project.optional-dependencies]
uvloop = ["uvloop; platform_system != 'Windows'"]
jinja = ["jinja2>=3.0.0"]
test = [
"httpx>=0.27.2",
"pytest-cov>=5.0.0",
Expand All @@ -50,7 +50,7 @@ dev-dependencies = [
"pre-commit>=3.5.0",
"pyyaml>=6.0.1",
"poethepoet>=0.27.0",
"timeout-executor[uvloop,test]",
"timeout-executor[uvloop,jinja,test]",
]

[tool.poe.tasks]
Expand Down

0 comments on commit 0a32fbb

Please sign in to comment.