From c3b575cadda0ecec4d0509f11d0aca928b54f0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alan=20Dragomirecky=CC=81?= Date: Fri, 9 Jul 2021 23:35:56 +0200 Subject: [PATCH] Remove unused Python dependecies --- utils/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bootstrap.py b/utils/bootstrap.py index 5ee1aaf..f09cdf1 100755 --- a/utils/bootstrap.py +++ b/utils/bootstrap.py @@ -61,7 +61,7 @@ dependencies = { } }, } -pip_dependencies = ['ecdsa', 'polib'] +pip_dependencies = [] # yapf: enable