From c8c77b406946287110d2a6092c4d4ad419925981 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 8 May 2013 02:26:26 +0900 Subject: update setup, deps are in pypi now --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 089b159d..d13a6f71 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,8 @@ install_requirements = [ # platform-supplied package, or install Twisted by downloading a tarball, # unpacking it, and running setup.py." # - https://twistedmatrix.com/trac/wiki/FrequentlyAskedQuestions - 'twisted==13.0.0', # TODO: maybe we just want twisted-web? + 'twisted==13.0.0', # TODO: maybe we just want twisted-web? + # twisted cannot be installed separately using pip. 'u1db', 'requests', 'six==1.1', @@ -49,8 +50,8 @@ install_requirements = [ # TODO: change below so we get stable versions of modules. dependency_links = [ - 'git+git://git.futeisha.org/pysqlcipher.git@develop#egg=pysqlcipher', - 'git+ssh://code.leap.se/leap_pycommon.git@develop#egg=leap.common', + #'git+git://git.futeisha.org/pysqlcipher.git@develop#egg=pysqlcipher', + #'git+ssh://code.leap.se/leap_pycommon.git@develop#egg=leap.common', 'http://twistedmatrix.com/Releases/Twisted/13.0/Twisted-13.0.0.tar.bz2#egg=twisted-13.0.0' ] -- cgit v1.2.3