From 33e402b21f7a644df115c0c11206a19aef89ea1b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 03:48:48 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7c09616f..90a87b00 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,6 @@ by Kenneth Reitz & The >> r.json() {u'disk_usage': 368627, u'private_gists': 484, ...} ``` +[![Downloads](https://pepy.tech/badge/requests)](https://pepy.tech/project/requests) +[![image](https://img.shields.io/pypi/pyversions/requests.svg)](https://pypi.org/project/requests/) +[![image](https://img.shields.io/github/contributors/psf/requests.svg)](https://github.com/psf/requests/graphs/contributors) -See [the similar code, sans Requests](https://gist.github.com/973705). ---------------------------------------------------------------------