Skip to content

Commit

Permalink
fix(pyproject): fix platformdirs version
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde committed Aug 19, 2024
1 parent d5be926 commit 50bf1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies = [
"fastapi",
"pyinstaller",
"httpx==0.27.0",
"platformdirs=4.2.2",
"platformdirs==4.2.2",
]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
Expand Down

0 comments on commit 50bf1c4

Please sign in to comment.