Updated changelog and removed requirements_base.txt
This commit is contained in:
parent
6e37a0536a
commit
28b56f05cc
2 changed files with 1 additions and 36 deletions
|
@ -10,7 +10,7 @@ at anytime.
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
* Add `lbryschema_version` to response from `version`
|
* Add `lbryschema_version` to response from `version`
|
||||||
*
|
* Added functionality to check the balance of a given address.
|
||||||
*
|
*
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -23,12 +23,6 @@ at anytime.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.10.0rc3] - 2017-04-21
|
|
||||||
### Added
|
|
||||||
* Added functionality to check the balance of a given address.
|
|
||||||
|
|
||||||
## [0.10.0rc2] - 2017-04-17
|
## [0.10.0rc2] - 2017-04-17
|
||||||
### Changed
|
### Changed
|
||||||
* Return full `lbry_id` and `installation_id` from `status`
|
* Return full `lbry_id` and `installation_id` from `status`
|
||||||
|
|
|
@ -1,29 +0,0 @@
|
||||||
Twisted==16.6.0
|
|
||||||
appdirs==1.4.3
|
|
||||||
argparse==1.2.1
|
|
||||||
base58==0.2.2
|
|
||||||
colorama==0.3.7
|
|
||||||
dnspython==1.12.0
|
|
||||||
ecdsa==0.13
|
|
||||||
envparse==0.2.0
|
|
||||||
gmpy==1.17
|
|
||||||
jsonrpc==1.2
|
|
||||||
jsonrpclib==0.1.7
|
|
||||||
jsonschema==2.5.1
|
|
||||||
git+https://github.com/lbryio/lbryschema.git@v0.0.3#egg=lbryschema
|
|
||||||
git+https://github.com/lbryio/lbryum.git@v2.7.20#egg=lbryum
|
|
||||||
miniupnpc==1.9
|
|
||||||
pbkdf2==1.3
|
|
||||||
protobuf==3.0.0
|
|
||||||
pycrypto==2.6.1
|
|
||||||
pyyaml==3.12
|
|
||||||
qrcode==5.2.2
|
|
||||||
requests==2.9.1
|
|
||||||
txrequests==0.9.5
|
|
||||||
seccure==0.3.1.3
|
|
||||||
service_identity==16.0.0
|
|
||||||
six>=1.9.0
|
|
||||||
slowaes==0.1a1
|
|
||||||
txJSON-RPC==0.5
|
|
||||||
wsgiref==0.1.2
|
|
||||||
zope.interface==4.3.3
|
|
Loading…
Reference in a new issue