Skip to content

Commit 3c102ad

Browse files
authored
Updating readme with dependencies
1 parent 7da18a5 commit 3c102ad

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Version 1.0 focuses on the move to programmatically-generated code for many of t
6666
## Migration
6767
This version includes many breaking changes as a result of standardizing behavior across the new generated services. Full details on migration from previous versions can be found [here](https://github.com/watson-developer-cloud/python-sdk/wiki/Migration).
6868

69-
## Configuring the http client
69+
## Configuring the http client (Supported from v1.1.0)
7070
To set client configs like timeout use the `with_http_config()` function and pass it a dictionary of configs.
7171

7272
```python
@@ -88,6 +88,11 @@ print(json.dumps(response, indent=2))
8888
* [requests]
8989
* `python_dateutil` >= 2.5.3
9090
* [responses] for testing
91+
* Following for web sockets support in speech to text
92+
* autobahn>=0.10.9
93+
* Twisted>=13.2.0
94+
* pyOpenSSL>=16.2.0
95+
service-identity>=17.0.0
9196

9297
## Contributing
9398

0 commit comments

Comments
 (0)