summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-03-01 12:24:53 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-03-01 12:24:53 +0100
commit538fc2b58474388b962c04006889066b9081410a (patch)
treec00b2d7fcb2047528e3a6e151408689f159477a6
parentd866909b1eb66747816d5f334ec7fbc476e69963 (diff)
lower platformdirs requirement
Forwarded: not-needed Version 3.0 is needed on Mac OS X. Other platforms work with 2.6. Once platformdirs 3.0 moves to unstable, this patch can be dropped. Gbp-Pq: Name lower_platformdirs.patch
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 85eee838..837575e0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -41,7 +41,7 @@ setup_requires =
install_requires =
msgpack >=1.0.3, <=1.0.4
packaging
- platformdirs >=3.0.0, <4.0.0
+ platformdirs >=2.6.0, <4.0.0
argon2-cffi
tests_require =
pytest