Remove unused Python dependecies

pull/55/head
Alan Dragomirecký 2021-07-09 23:35:56 +02:00 committed by DRracer
parent 2db97c0f5e
commit 86f5e19b54
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ dependencies = {
} }
}, },
} }
pip_dependencies = ['ecdsa', 'polib'] pip_dependencies = []
# yapf: enable # yapf: enable