From f5faaaabad76b2f77a46387551937529d3301694 Mon Sep 17 00:00:00 2001 From: Fanis Tharropoulos Date: Wed, 19 Mar 2025 16:45:14 +0200 Subject: [PATCH] chore: bundle typing extensions by default --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4c9511e..564e6a5 100644 --- a/Pipfile +++ b/Pipfile @@ -5,6 +5,7 @@ name = "pypi" [packages] requests = "*" +typing-extensions = {version = "*", markers = "python_version < '3.11'"} [dev-packages] mypy = "*" @@ -17,7 +18,6 @@ pytest-mock = "*" requests-mock = "*" python-dotenv = "*" types-requests = "*" -typing-extensions = {version = "*", markers = "python_version < '3.11'"} faker = "*" [requires]