summaryrefslogtreecommitdiff
path: root/pkg_resources/_vendor/vendored.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2023-01-13 11:15:15 -0500
committerJason R. Coombs <jaraco@jaraco.com>2023-01-13 11:15:15 -0500
commit4f23e9728b5e7ba4f81be586a11623aab55966c3 (patch)
tree9e3b1a3937189d454a06c6a462390c74a70970fe /pkg_resources/_vendor/vendored.txt
parent12123d9761b16831285f901ea5d3337628779d37 (diff)
downloadpython-setuptools-git-4f23e9728b5e7ba4f81be586a11623aab55966c3.tar.gz
Add typing extensions for compatibility with Python 3.7.
Diffstat (limited to 'pkg_resources/_vendor/vendored.txt')
-rw-r--r--pkg_resources/_vendor/vendored.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg_resources/_vendor/vendored.txt b/pkg_resources/_vendor/vendored.txt
index 30ae2e18..e1774da3 100644
--- a/pkg_resources/_vendor/vendored.txt
+++ b/pkg_resources/_vendor/vendored.txt
@@ -1,6 +1,10 @@
packaging==21.3
pyparsing==3.0.9
+
platformdirs==2.6.2
+# required for platformdirs on Python < 3.8
+typing_extensions==4.4.0
+
jaraco.text==3.7.0
# required for jaraco.text on older Pythons
importlib_resources==5.4.0