From 01e133d86cfbbd84c3b660080a5b6b4ff4c148d0 Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Thu, 21 Jul 2022 21:48:55 +0200 Subject: [PATCH] Remove funcsigs We are no longer vendoring this library. --- tasks/vendoring/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/vendoring/__init__.py b/tasks/vendoring/__init__.py index 652c750e..9f49476c 100644 --- a/tasks/vendoring/__init__.py +++ b/tasks/vendoring/__init__.py @@ -41,7 +41,6 @@ HARDCODED_LICENSE_URLS = { "distlib": "https://github.com/vsajip/distlib/raw/master/LICENSE.txt", "pythonfinder": "https://raw.githubusercontent.com/techalchemy/pythonfinder/master/LICENSE.txt", "pyparsing": "https://raw.githubusercontent.com/pyparsing/pyparsing/master/LICENSE", - "funcsigs": "https://raw.githubusercontent.com/aliles/funcsigs/master/LICENSE", } FILE_WHITE_LIST = (