update cryptography requirement

This commit is contained in:
Jack Robison 2018-08-03 12:38:28 -04:00
parent 5b3103e41b
commit 83dc295b7b
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
2 changed files with 2 additions and 1 deletions

View file

@ -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`

View file

@ -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