mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
fix #46
This commit is contained in:
parent
f93cd6a335
commit
ef0e501877
@ -6,3 +6,9 @@ respects, because both pathod and mitmproxy often need to violate standards.
|
|||||||
This means that protocols are implemented as small, well-contained and flexible
|
This means that protocols are implemented as small, well-contained and flexible
|
||||||
functions, and are designed to allow misbehaviour when needed.
|
functions, and are designed to allow misbehaviour when needed.
|
||||||
|
|
||||||
|
|
||||||
|
Requirements
|
||||||
|
------------
|
||||||
|
|
||||||
|
* [Python](http://www.python.org) 2.7.x.
|
||||||
|
* Third-party packages listed in [setup.py](https://github.com/mitmproxy/netlib/blob/master/setup.py)
|
1
setup.py
1
setup.py
@ -82,6 +82,7 @@ setup(
|
|||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Operating System :: POSIX",
|
"Operating System :: POSIX",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
|
"Programming Language :: Python :: 2",
|
||||||
"Topic :: Internet",
|
"Topic :: Internet",
|
||||||
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
|
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
|
||||||
"Topic :: Software Development :: Testing",
|
"Topic :: Software Development :: Testing",
|
||||||
|
Loading…
Reference in New Issue
Block a user