add jsonschema to windows build
This commit is contained in:
parent
830f5ff6e3
commit
5b15da2c55
2 changed files with 3 additions and 0 deletions
|
@ -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 jsonschema==2.5.1
|
||||
|
||||
C:\Python27\Scripts\pip.exe install git+https://github.com/lbryio/lbryum.git
|
||||
|
||||
cd C:\projects\lbry
|
||||
|
|
1
setup.py
1
setup.py
|
@ -268,6 +268,7 @@ elif platform == WINDOWS:
|
|||
'requests_futures',
|
||||
'seccure',
|
||||
'simplejson',
|
||||
'jsonschema',
|
||||
'six',
|
||||
'aes',
|
||||
'txjsonrpc',
|
||||
|
|
Loading…
Add table
Reference in a new issue