diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-06-05 16:07:54 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-06-05 16:07:54 -0600 |
commit | 6c84daa6a9bb35628651c6aedfd3e59f631535ae (patch) | |
tree | 13b2d05876f8faaf544a899738bdb8b8980927da /pyproject.toml | |
parent | c514aa5a1014c1fe3355ace7b88a5a6fe072bc84 (diff) |
cache file
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8d4d211..f19224e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ ttkwidgets = "^0.13.0" sentry-sdk = "^1.23.1" darkdetect = "^0.8.0" python-docx = "^0.8.11" +platformdirs = "^3.5.1" [tool.poetry.dev-dependencies] |