Merge pull request #374 from lbryio/allow-jsonrpc-v2

upgrade txJson-RCP to 0.5
This commit is contained in:
Job Evers‐Meltzer 2017-01-03 14:11:48 -06:00 committed by GitHub
commit b3175af16f
4 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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',