|
Lines 1-22
Link Here
|
| 1 |
--- setup.py.orig 2014-02-26 19:33:21.000000000 +0000 |
|
|
| 2 |
+++ setup.py 2014-06-06 06:28:44.000000000 +0100 |
| 3 |
@@ -1,4 +1,5 @@ |
| 4 |
from distutils.core import setup |
| 5 |
+from setuptools import setup |
| 6 |
import fnmatch, os.path |
| 7 |
from libmproxy import version |
| 8 |
|
| 9 |
@@ -98,13 +99,4 @@ |
| 10 |
"Topic :: Internet :: Proxy Servers", |
| 11 |
"Topic :: Software Development :: Testing" |
| 12 |
], |
| 13 |
- install_requires=[ |
| 14 |
- "netlib>=%s"%version.MINORVERSION, |
| 15 |
- "urwid>=1.1", |
| 16 |
- "pyasn1>0.1.2", |
| 17 |
- "pyopenssl>=0.13", |
| 18 |
- "Pillow>=2.3.0,<2.4", |
| 19 |
- "lxml", |
| 20 |
- "flask" |
| 21 |
- ], |
| 22 |
) |