|
@@ -325,6 +325,8 @@ class Installer:
|
|
two=False, three=True, pypy=False)
|
|
two=False, three=True, pypy=False)
|
|
easy_install('PyMySQL==0.5', pypy=True)
|
|
easy_install('PyMySQL==0.5', pypy=True)
|
|
easy_install('PyMySQL3==0.5', two=False, three=True)
|
|
easy_install('PyMySQL3==0.5', two=False, three=True)
|
|
|
|
+ easy_install('psycopg2==2.5.1', three=True)
|
|
|
|
+
|
|
easy_install('simplejson==3.3.0', two=True, three=True, pypy=False)
|
|
easy_install('simplejson==3.3.0', two=True, three=True, pypy=False)
|
|
easy_install('ujson==1.33', three=True)
|
|
easy_install('ujson==1.33', three=True)
|
|
easy_install('https://github.com/downloads/surfly/gevent/gevent-1.0rc2.tar.gz', three=True)
|
|
easy_install('https://github.com/downloads/surfly/gevent/gevent-1.0rc2.tar.gz', three=True)
|