Skip to content

Commit

Permalink
Update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed May 7, 2024
1 parent 4c7a439 commit 07a7b91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = ["transitions>=0.9", "httpx>=0.23", "hypothesis>=6.65"]
dependencies = [
"transitions>=0.9",
"httpx>=0.23",
"hypothesis>=6.65",
"black>=23.10",
]
dynamic = ["version"]

[project.optional-dependencies]
Expand Down

0 comments on commit 07a7b91

Please sign in to comment.