Commit graph

33 commits

Author SHA1 Message Date
Jeremy Kauffman 00876c7d43 add requirements for releasing 2017-05-20 13:09:19 -04:00
Jack Robison a49039117f bump lbryum requirement 2017-05-11 14:30:54 -04:00
Jack Robison 37a03a28ce update requirements 2017-04-21 13:33:09 -04:00
Jack Robison 8ce4039093 bump lbryum 2017-04-19 13:48:53 -04:00
Jack Robison 990179655d bump lbryum and lbryschema 2017-04-19 12:48:38 -04:00
Kay Kurokawa 1f45054d40 use appdirs 1.4.3 in requirements.txt 2017-04-10 16:15:31 -04:00
Jack Robison 6ed2c5831e install lbryschema before lbryum 2017-04-07 16:30:36 -04:00
Kay Kurokawa 769329c90e add lbryschema to requirements.txt and setup.py 2017-04-04 20:27:12 -04:00
Alex Grintsvayg a2a29fc02c switch to txrequests to marry async requests to twisted 2017-03-24 17:20:33 -04:00
Alex Grintsvayg 29dea4901e add --version flag, remove simplejson dependency 2017-03-15 16:24:25 -04:00
Kay Kurokawa 9755e9b11f Improvements to exchange rate manager 2017-03-03 12:50:47 -05:00
jobevers 090840ee25 cleaner separation between requirements and setup 2017-02-23 14:18:52 -06:00
jobevers 705b65fa3c Update twisted version
This fixes https://github.com/lbryio/lbry/issues/487
2017-02-16 14:13:00 -06:00
jobevers 19aa1eebd5 use lbryum submodule instead 2017-02-16 14:11:36 -06:00
Job Evers f7308beee9 upgrade txJson-RCP to 0.5
The older version we were running didn't support jsonrpc v2 for
error codes, which both the command line client and ui client
were expecting.
2017-01-02 19:15:25 -06:00
Job Evers-Meltzer f62456bb68 allow more recent versions of six 2016-12-20 18:06:59 -08:00
Jack 5a76a03cb6 remove unqlite requirement
-conditionally import PTCWallet (needed for testing, requires unqlite)

-install unqlite on travis and appveyor
2016-12-17 20:03:35 -05:00
Job Evers-Meltzer 6c2b3d9ed6 fix ssl handshake error 2016-12-16 19:13:23 -06:00
Job Evers-Meltzer 15ade508aa add ndg-httpsclient as a requirement 2016-12-16 10:35:13 -06:00
Kay Kurokawa 200a22c93b Remove support for lbrycrdd wallet and related code 2016-12-01 16:45:48 -05:00
Job Evers-Meltzer 0bbc8f5b7e add envparse to requirements 2016-11-22 18:14:41 -06:00
Jack 1951ea09cd updates from master, more refactoring
-lbrynet.lbrynet_daemon.auth.client.LBRYAPIClient.config will detect if
it needs to return the auth/non-auth version
2016-10-26 03:16:33 -04:00
Alex Liebowitz 5b0b8a19ff Add requirements.txt for jsonschema 2016-10-14 15:57:09 -04:00
Jack a8e2dd3f2a add pyyaml to requirements.txt 2016-09-16 00:57:30 -04:00
Job Evers-Meltzer e93a787bd6 update protobuf out of beta 2016-08-10 09:28:13 -05:00
Alex Liebowitz 1a5fcc1348 Add requests_futures dependency 2016-08-09 07:59:27 -04:00
Job Evers-Meltzer 02a3eab693 add loggly dependency 2016-08-08 11:39:11 -05:00
Job Evers-Meltzer dded868a80 remove leveldb requirement 2016-08-08 11:37:01 -05:00
Jack d469ef7bf2 add googlefinance to requirements 2016-07-25 22:21:38 -04:00
Job Evers-Meltzer 9127a816e3 Update protobuf library
Updating to protobuf-v3.0.0b3 because it
fixes a bug here e841bac4fc/python/google/protobuf/internal/python_message.py (L59)
where six.moves is not always available.
In particular, the system python on OSX has an old version of six
which is without six.moves.
2016-07-18 10:12:49 -05:00
Jack 4140fc4d28 add base58 2016-04-09 15:43:25 -04:00
Jack a5362f3170 daemon settings
-set_settings accepts a dict of settings
    -adds upload_log field, defaulting on true, this uploads the lbry
log file to lbry.io to help figure out if and where things aren’t
working
    -default_download_directory is the key of the path where files are
saved

-gets publish working with sources

-adds check_first_run function, returns True/False

-previously only is_running would work during startup, check_first_run,
 get_time_behind_blockchain, and stop have been added

-requires six 1.9, 1.10.0 produced errors
2016-04-07 03:12:09 -04:00
Alex Grintsvayg 79e382e064 add requirements.txt so we can have repeatable builds 2016-03-27 18:19:53 -04:00