Skip to content

Commit 0922b33

Browse files
fix(pyproject.toml): added missing platformdirs
added missing platformdirs dependency Signed-off-by: Mythical-Github <MythicalData@gmail.com>
1 parent 21f18c3 commit 0922b33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ dependencies = [
2626
"dearpygui",
2727
"requests",
2828
"screeninfo",
29-
"babel"
29+
"babel",
30+
"platformdirs"
3031
]
3132

3233
[tool.hatch.envs.dev]

0 commit comments

Comments
 (0)