summaryrefslogtreecommitdiff
path: root/www/mitmproxy/files/patch-setup.py
blob: b8c2f4d5fdfd7355d411d5c04d28ce7788c4fb1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- setup.py.orig	2013-07-23 03:08:39.785592808 +0800
+++ setup.py	2013-07-23 03:09:19.367592415 +0800
@@ -1,4 +1,5 @@
 from distutils.core import setup
+from setuptools import setup
 import fnmatch, os.path
 from libmproxy import version
 
@@ -92,13 +93,4 @@
             "Topic :: Internet :: Proxy Servers",
             "Topic :: Software Development :: Testing"
         ],
-        install_requires=[
-            "netlib>=%s"%version.VERSION,
-            "urwid>=1.1",
-            "pyasn1>0.1.2",
-            "pyopenssl>=0.13",
-            "PIL",
-            "lxml",
-            "flask"
-        ],
 )