diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-06-18 11:33:43 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-06-18 11:33:43 +0200 |
commit | 6a4dcaf3561cf279937114a8a80ebad8adcc1eec (patch) | |
tree | cbc9e8c093466f670b5fdbe9de761865cdbbe9c9 | |
parent | 61cbe36e4016d77b93386e3df9b17b36b1633d7e (diff) | |
download | mitmproxy-6a4dcaf3561cf279937114a8a80ebad8adcc1eec.tar.gz mitmproxy-6a4dcaf3561cf279937114a8a80ebad8adcc1eec.tar.bz2 mitmproxy-6a4dcaf3561cf279937114a8a80ebad8adcc1eec.zip |
remove implementation badge
line too short :-/
-rw-r--r-- | README.mkd | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,6 @@ [](https://pypi.python.org/pypi/netlib) [](https://pypi.python.org/pypi/netlib) [](https://pypi.python.org/pypi/netlib) -[](https://pypi.python.org/pypi/netlib) Netlib is a collection of network utility classes, used by the pathod and mitmproxy projects. It differs from other projects in some fundamental @@ -16,7 +15,7 @@ functions, and are designed to allow misbehaviour when needed. Requirements ------------ -* [Python](http://www.python.org) 2.7.x. +* [Python](http://www.python.org) 2.7.x or a compatible version of pypy. * Third-party packages listed in [setup.py](https://github.com/mitmproxy/netlib/blob/master/setup.py) Hacking |