From cd8ec019e2457eec41f0d2a477c7392c973e3918 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Wed, 3 Apr 2024 21:04:06 +0200 Subject: [PATCH] Add typing-extensions required for python-docx --- repository.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/repository.json b/repository.json index 62da255..9872cc4 100644 --- a/repository.json +++ b/repository.json @@ -1375,6 +1375,19 @@ } ] }, + { + "name": "typing-extensions", + "description": "Backported and Experimental Type Hints for Python 3.8+", + "author": "python", + "issues": "https://github.com/python/typing_extensions/issues", + "releases": [ + { + "base": "https://pypi.org/project/typing-extensions", + "asset": "typing_extensions-.-py3-none-any.whl", + "python_versions": ["3.8"] + } + ] + }, { "name": "watchdog", "description": "Python library to monitor filesystem events http://packages.python.org/watchdog/",