Commit Graph

16 Commits

Author SHA1 Message Date
Andrew Chow
685faa2e5c bump version number to 1.0.0 2019-03-15 16:43:53 -04:00
Andrew Chow
d6b24b853d Add pyproject.toml and poetry.lock for poetry dependency manager
pyproject.toml contains everything that was in the setup.py. The setup.py
file is replaced with the one that poetry automatically generates.
2019-03-01 19:47:07 -05:00
Andrew Chow
681a52d3da Replace btchip-python with our own stripped down version of it 2019-02-12 17:26:27 -05:00
Andrew Chow
f7d04ff2eb Replace ckcc dependency with our own version of the library itself 2019-02-12 17:26:27 -05:00
Andrew Chow
f0c5aa7d3c Add Keepkey to Trezorlib and have KeepkeyClient use TrezorClient 2019-02-12 17:26:27 -05:00
Andrew Chow
aa3665c971 Replace trezorlib with our own stripped down version 2019-02-12 17:26:27 -05:00
Andrew Chow
bd8840d58e Change links to bitcoin-core 2019-01-30 17:48:04 -05:00
Andrew Chow
64ebad3db3 Use keepkey from PyPi 2019-01-24 20:41:47 -05:00
Andrew Chow
8e4b3fc1bb Add executable script to setup.py and bump version number 2019-01-19 16:58:31 -05:00
Andrew Chow
bf67fc61ce Use keepkey 6.0.1 from keepkey/python-keepkey repo 2019-01-12 19:40:31 -05:00
Andrew Chow
47c3951eb4 Install all necessary libraries correctly
Some libraries were missing, so install them in the setup.py
2019-01-07 11:13:48 -05:00
Andrew Chow
3e6f872367 set minimum trezor library version 2018-12-12 20:48:50 -05:00
Andrew Chow
ddcf842e59 extra for tests dependencies
Adds an extra_requires for the tests which has the dependencies
needed for running the tests (besides emulator/simulator deps).
2018-12-04 10:32:23 -05:00
Andrew Chow
765a9a89ec Install pyaes in setup 2018-10-07 20:49:23 -04:00
Andrew Chow
2c2d1b49ac Replace bip32utils with own bip32 public derivation
bip32utils no longer exists, so replace its usage with our own
implementation of bip32 public derivation
2018-10-07 02:01:08 -04:00
Andrew Chow
2bf0a8ee1c Add a setup.py for installing the lib 2018-09-01 12:52:37 -04:00