Remove unused Python dependecies

pull/52/head
Alan Dragomirecký 2021-07-09 23:35:56 +02:00
parent 996f0f5dc0
commit c3b575cadd
No known key found for this signature in database
GPG Key ID: 408E8F08D33F9D03
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