From 6fb049d42a801a4b410240122b69132c244f857e Mon Sep 17 00:00:00 2001 From: Joe Wang <106995533+JoeWang1127@users.noreply.github.com> Date: Wed, 15 May 2024 10:47:06 -0400 Subject: [PATCH] chore: remove platformdirs (#2774) In this PR: - Remove a redundant dependency, `platformdirs`. --- library_generation/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/library_generation/requirements.txt b/library_generation/requirements.txt index 51c8289ad23..9b5d9d200e3 100644 --- a/library_generation/requirements.txt +++ b/library_generation/requirements.txt @@ -11,7 +11,6 @@ MarkupSafe==2.1.5 mypy-extensions==1.0.0 packaging==23.2 pathspec==0.12.1 -platformdirs==4.2.1 PyYAML==6.0.1 smmap==5.0.1 typing==3.7.4.3