add jsonschema to windows build

This commit is contained in:
Jack 2016-10-16 00:29:32 -04:00
parent 830f5ff6e3
commit 5b15da2c55
2 changed files with 3 additions and 0 deletions

View file

@ -90,6 +90,8 @@ C:\Python27\Scripts\pip.exe install base58==0.2.2
C:\Python27\Scripts\pip.exe install googlefinance==0.7 C:\Python27\Scripts\pip.exe install googlefinance==0.7
C:\Python27\Scripts\pip.exe install jsonschema==2.5.1
C:\Python27\Scripts\pip.exe install git+https://github.com/lbryio/lbryum.git C:\Python27\Scripts\pip.exe install git+https://github.com/lbryio/lbryum.git
cd C:\projects\lbry cd C:\projects\lbry

View file

@ -268,6 +268,7 @@ elif platform == WINDOWS:
'requests_futures', 'requests_futures',
'seccure', 'seccure',
'simplejson', 'simplejson',
'jsonschema',
'six', 'six',
'aes', 'aes',
'txjsonrpc', 'txjsonrpc',