diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-13 13:13:39 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-13 13:13:39 -0600 |
commit | de231966921dc87e6f6420c5da39a21bb403fc10 (patch) | |
tree | a6aa42b3aa32e28d71a210d080a02c5ed4bc5f45 /pyproject.toml | |
parent | ea2d292561d940378eb155ffdcaa11d06d0e8b0a (diff) |
update pyinstaller
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index dee74dd..4fd4e91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ xlrd = "^2.0.1" openpyxl = "^3.1.2" Pillow = "^9.5.0" matplotlib = "^3.7.1" -pyinstaller = "^5.11.0" +pyinstaller = "6.0.0" sv-ttk = "^2.4.5" ttkwidgets = "^0.13.0" darkdetect = "^0.8.0" |