File: 0003-Remove-appdirs.patch

package info (click to toggle)
python-datapoint 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: python: 3,062; makefile: 18
file content (21 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
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"}