1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Tianyu Chen <billchenchina2001@gmail.com>
Date: Thu, 14 Aug 2025 22:35:10 +0800
Subject: Remove appdirs
Forwarded: https://github.com/Perseudonymous/datapoint-python/pull/205
---
pyproject.toml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index e1fbb11..4728c63 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,6 @@ classifiers=[
]
dependencies = [
"requests >= 2.20.0,<3",
- "appdirs >=1,<2",
"geojson >= 3.0.0,<4",
]
license = {file = "LICENSE"}
|