summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-11-30 10:17:52 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-12-01 08:09:19 +0800
commit62131f3905ac37ff841142e2bb04bb585401a3d8 (patch)
tree457d6a82ec16f319c8c0d3f5fbf8780f03e4b706 /requirements.txt
parent35f7e9486c8bc596506a6872c7e0df37c4a35da3 (diff)
downloadgitpython-62131f3905ac37ff841142e2bb04bb585401a3d8.tar.gz
Revert the use of typing_extensions in py3.8+
The original change requiring py3.10 TypeGuard (and matching typing_extensions) has been reverted, so revert the requirement on typing_extensions as well.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a20310fb..7159416a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
gitdb>=4.0.1,<5
-typing-extensions>=3.7.4.3;python_version<"3.10"
+typing-extensions>=3.7.4.3;python_version<"3.8"