From 86f5e19b544203cd5a3d8ff46d0f097890dcb808 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