We don't need requests for mitmproxy

This commit is contained in:
Aldo Cortesi 2014-11-05 09:57:09 +13:00
parent 34d419ead8
commit e732771c1c
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,4 @@
## Installing from source
The preferred way to install mitmproxy - whether you're installing the latest

View File

@ -18,7 +18,6 @@ if os.name != "nt":
deps = {
"netlib>=%s" % version.MINORVERSION,
"pyasn1>0.1.2",
"requests>=2.4.0",
"pyOpenSSL>=0.14",
"Flask>=0.10.1",
"tornado>=4.0.2",
@ -90,4 +89,4 @@ setup(
"cssutils>=1.0"
]
}
)
)