diff options
author | Joel Challis <git@zvecr.com> | 2024-10-30 05:43:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 05:43:31 +0000 |
commit | 6693a30671a5bb690e395cf64c8a0a949123f401 (patch) | |
tree | cba70e93d90af016ee661dce91464ed409fbf39d /requirements.txt | |
parent | e6daffce464a0ea288bee68b49f8c7605d464c1b (diff) |
Remove `appdirs` from `requirements.txt` (#24550)
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 6bee746324..fbee51ee57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Python requirements -appdirs +# platformdirs argcomplete colorama dotty-dict |