note about requests/pyinstaller bug

This commit is contained in:
ThomasV 2015-03-01 13:12:36 +01:00
parent 1d311b0a04
commit c872a3c420
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if __name__ == '__main__':
'aes',
'ecdsa',
'pbkdf2',
'requests',
'requests', # note: requests-2.5.1 is needed to build with pyinstaller
'pyasn1',
'pyasn1_modules',
'qrcode',