diff options
| author | Benson Muite <bkmgit@users.noreply.github.com> | 2025-03-04 11:17:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-04 09:17:22 +0100 |
| commit | bef98ef4ebb5af247f349e32f55a6648bf9dbceb (patch) | |
| tree | f6c38a1ab23e4100d89c9cb447ddc8ae69400c7d /requirements.txt | |
| parent | 097451eb8b5808d31898d1f855cdea656469d1d0 (diff) | |
Migrate from appdirs to platformdirs (#3449) (#3450)
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 1f2ce225..84bf40d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ backports.functools_lru_cache networkx shapely>=2.0.0 lxml -appdirs +platformdirs numpy jinja2>2.9 requests |
