From 6c84daa6a9bb35628651c6aedfd3e59f631535ae Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 5 Jun 2023 16:07:54 -0600 Subject: cache file --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 04cd147..f091674 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,7 @@ packaging==23.1; python_version >= "3.8" pandas==2.0.0; python_version >= "3.8" pefile==2023.2.7; python_version >= "3.7" and python_version < "3.12" and sys_platform == "win32" and python_full_version >= "3.6.0" pillow==9.5.0; python_version >= "3.7" +platformdirs==3.5.1; python_version >= "3.7" pyinstaller-hooks-contrib==2023.3; python_version >= "3.7" and python_version < "3.12" pyinstaller==5.11.0; python_version >= "3.7" and python_version < "3.12" pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.8" -- cgit v1.2.3