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