forked from LBRYCommunity/lbry-sdk
update cryptography requirement
This commit is contained in:
parent
5b3103e41b
commit
83dc295b7b
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ at anytime.
|
|||
* `startup_status` field in the response to `status` to be a dict of component names to status booleans
|
||||
* moved wallet, upnp and dht startup code from `Session` to `Components`
|
||||
* attempt blob downloads from http mirror sources (by default) concurrently to p2p sources
|
||||
* update `cryptography` requirement to 2.3
|
||||
|
||||
### Added
|
||||
* `skipped_components` list to the response from `status`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
certifi==2018.4.16
|
||||
Twisted==16.6.0
|
||||
cryptography==2.2.2
|
||||
cryptography==2.3
|
||||
appdirs==1.4.3
|
||||
argparse==1.2.1
|
||||
docopt==0.6.2
|
||||
|
|
Loading…
Add table
Reference in a new issue