summaryrefslogtreecommitdiff
path: root/www/mitmproxy/files/patch-setup.py
blob: 4b45788042e597c4cf1f7be1b04b9ac1fef924b5 (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	2014-02-26 19:33:21.000000000 +0000
+++ setup.py	2014-06-06 06:28:44.000000000 +0100
@@ -1,4 +1,5 @@
 from distutils.core import setup
+from setuptools import setup
 import fnmatch, os.path
 from libmproxy import version
 
@@ -98,13 +99,4 @@
             "Topic :: Internet :: Proxy Servers",
             "Topic :: Software Development :: Testing"
         ],
-        install_requires=[
-            "netlib>=%s"%version.MINORVERSION,
-            "urwid>=1.1",
-            "pyasn1>0.1.2",
-            "pyopenssl>=0.13",
-            "Pillow>=2.3.0,<2.4",
-            "lxml",
-            "flask"
-        ],
 )