diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2019-09-18 04:59:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-18 04:59:40 -0400 |
| commit | 72176ab9accf1a6cba861ddaeb9e36c6270f4bd2 (patch) | |
| tree | 86d4cd4a3befd119c77ba1a97c0f7bee8330e008 | |
| parent | eb2c14889fccd3e2526aab31e57c452e47848335 (diff) | |
| download | python-requests-72176ab9accf1a6cba861ddaeb9e36c6270f4bd2.tar.gz | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -56,8 +56,6 @@ Requests allows you to send HTTP/1.1 requests extremely easily. There’s no nee Requests is one of **the most downloaded Python packages of all time**, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You can trust this code. -<p> </p> - <p align="center"><a href="https://pepy.tech/project/requests" rel="nofollow"><img src="https://camo.githubusercontent.com/e1dedc9f5ce5cd6b6c699f33d2e812daadcf3645/68747470733a2f2f706570792e746563682f62616467652f7265717565737473" alt="Downloads" data-canonical-src="https://pepy.tech/badge/requests" style="max-width:100%;"></a> <a href="https://pypi.org/project/requests/" rel="nofollow"><img src="https://camo.githubusercontent.com/6d78aeec0a9a1cfe147ad064bfb99069e298e29b/68747470733a2f2f696d672e736869656c64732e696f2f707970692f707976657273696f6e732f72657175657374732e737667" alt="image" data-canonical-src="https://img.shields.io/pypi/pyversions/requests.svg" style="max-width:100%;"></a> <a href="https://github.com/psf/requests/graphs/contributors"><img src="https://camo.githubusercontent.com/a70ea15870b38bba9203b969f6a6b7e7845fbb8a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f7073662f72657175657374732e737667" alt="image" data-canonical-src="https://img.shields.io/github/contributors/psf/requests.svg" style="max-width:100%;"></a></p> |
