Skip to content

Commit 52447a4

Browse files
authored
Update README.md
1 parent 6e48150 commit 52447a4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# stream-chat-python
22

3-
[![Build Status](https://travis-ci.com/GetStream/stream-chat-python.svg?token=WystDPP9vxKnwsd8NwW1&branch=master)](https://travis-ci.com/GetStream/stream-chat-python) [![codecov](https://codecov.io/gh/GetStream/stream-chat-python/branch/master/graph/badge.svg?token=DM7rr9M7Kl)](https://codecov.io/gh/GetStream/stream-chat-python) [![PyPI version](https://badge.fury.io/py/stream-chat.svg)](http://badge.fury.io/py/stream-chat)
3+
[![Build Status](https://travis-ci.com/GetStream/stream-chat-python.svg?token=WystDPP9vxKnwsd8NwW1&branch=master)](https://travis-ci.com/GetStream/stream-chat-python) [![codecov](https://codecov.io/gh/GetStream/stream-chat-python/branch/master/graph/badge.svg?token=DM7rr9M7Kl)](https://codecov.io/gh/GetStream/stream-chat-python) [![PyPI version](https://badge.fury.io/py/stream-chat.svg)](http://badge.fury.io/py/stream-chat) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/stream-chat.svg)
44

55
the official Python API client for [Stream chat](https://getstream.io/chat/) a service for building chat applications.
66

@@ -10,12 +10,6 @@ You can use this library to access chat API endpoints server-side, for the clien
1010

1111
### Installation
1212

13-
stream-chat-python supports:
14-
15-
- Python (3.4, 3.5, 3.6, 3.7)
16-
17-
#### Install from Pypi
18-
1913
```bash
2014
pip install stream-chat
2115
```

0 commit comments

Comments
 (0)