sync setup.py with requirements.txt

This commit is contained in:
Job Evers-Meltzer 2016-12-16 11:04:47 -06:00
parent c825d88dbf
commit 4a8a8b8d33

View file

@ -28,28 +28,46 @@ maintainer = "Jack Robison"
maintainer_email = "jack@lbry.io" maintainer_email = "jack@lbry.io"
keywords = "LBRY" keywords = "LBRY"
# TODO: find a way to keep this in sync with requirements.txt
requires = [ requires = [
'pycrypto', 'Twisted==16.0.0',
'twisted', 'Yapsy==1.11.223',
'miniupnpc', 'appdirs==1.4.0',
'yapsy', 'argparse==1.2.1',
'seccure', 'colorama==0.3.7',
'txJSON-RPC', 'dnspython==1.12.0',
'requests>=2.4.2', 'ecdsa==0.13',
'unqlite==0.2.0', 'envparse==0.2.0',
'gmpy==1.17',
'jsonrpc==1.2',
'jsonrpclib==0.1.7',
'jsonschema==2.5.1',
'lbryum', 'lbryum',
'jsonrpc', 'loggly-python-handler==1.0.0',
'simplejson', 'miniupnpc==1.9',
'jsonschema', 'pbkdf2==1.3',
'appdirs', 'protobuf==3.0.0',
'pycrypto==2.6.1',
'qrcode==5.2.2',
'requests==2.9.1',
'requests_futures==0.9.7',
'seccure==0.3.1.3',
'simplejson==3.8.2',
'six==1.9.0', 'six==1.9.0',
'base58', 'slowaes==0.1a1',
'googlefinance', 'txJSON-RPC==0.3.1',
'requests_futures', 'unqlite==0.2.0',
'PyYAML', 'wsgiref==0.1.2',
'envparse' 'zope.interface==4.1.3',
'base58==0.2.2',
'googlefinance==0.7',
'pyyaml==3.12',
'service_identity==16.0.0',
'ndg-httpsclient==0.4.2',
] ]
console_scripts = [ console_scripts = [
'lbrynet-daemon = lbrynet.lbrynet_daemon.DaemonControl:start', 'lbrynet-daemon = lbrynet.lbrynet_daemon.DaemonControl:start',
'stop-lbrynet-daemon = lbrynet.lbrynet_daemon.DaemonControl:stop', 'stop-lbrynet-daemon = lbrynet.lbrynet_daemon.DaemonControl:stop',