forked from LBRYCommunity/lbry-sdk
Merge pull request #374 from lbryio/allow-jsonrpc-v2
upgrade txJson-RCP to 0.5
This commit is contained in:
commit
b3175af16f
4 changed files with 4 additions and 3 deletions
|
@ -94,6 +94,7 @@ class AuthJSONRPCServer(AuthorizedBase):
|
|||
isLeaf = True
|
||||
OK = 200
|
||||
UNAUTHORIZED = 401
|
||||
# TODO: codes should follow jsonrpc spec: http://www.jsonrpc.org/specification#error_object
|
||||
NOT_FOUND = 8001
|
||||
FAILURE = 8002
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@ C:\Python27\Scripts\pip.exe install simplejson==3.8.2
|
|||
|
||||
C:\Python27\Scripts\pip.exe install slowaes==0.1a1
|
||||
|
||||
C:\Python27\Scripts\pip.exe install txJSON-RPC==0.3.1
|
||||
C:\Python27\Scripts\pip.exe install txJSON-RPC==0.5
|
||||
|
||||
C:\Python27\Scripts\pip.exe install unqlite==0.5.3
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ seccure==0.3.1.3
|
|||
simplejson==3.8.2
|
||||
six>=1.9.0
|
||||
slowaes==0.1a1
|
||||
txJSON-RPC==0.3.1
|
||||
txJSON-RPC==0.5
|
||||
wsgiref==0.1.2
|
||||
zope.interface==4.1.3
|
||||
base58==0.2.2
|
||||
|
|
2
setup.py
2
setup.py
|
@ -56,7 +56,7 @@ requires = [
|
|||
'simplejson==3.8.2',
|
||||
'six>=1.9.0',
|
||||
'slowaes==0.1a1',
|
||||
'txJSON-RPC==0.3.1',
|
||||
'txJSON-RPC==0.5',
|
||||
'wsgiref==0.1.2',
|
||||
'zope.interface==4.1.3',
|
||||
'base58==0.2.2',
|
||||
|
|
Loading…
Reference in a new issue