File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11platformdirs Changelog
22======================
33
4+ platformdirs 2.6.2 (2022-12-28)
5+ -------------------------------
6+ - Fix missing ``typing-extensions `` dependency.
7+
48platformdirs 2.6.1 (2022-12-28)
59-------------------------------
610- Add detection of ``$PREFIX `` for android.
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ urls.Homepage = "https://github.com/platformdirs/platformdirs"
1818urls.Source = " https://github.com/platformdirs/platformdirs"
1919urls.Tracker = " https://github.com/platformdirs/platformdirs/issues"
2020requires-python = " >=3.7"
21+ dependencies = [' typing-extensions>=4.4; python_version < "3.8"' ]
2122optional-dependencies.test = [
2223 " appdirs==1.4.4" ,
2324 " covdefaults>=2.2.2" ,
You can’t perform that action at this time.
0 commit comments