correct virtualenv install, remove ref to uwsgi and memcached
authorymh <ymh.work@gmail.com>
Fri, 25 May 2012 19:14:21 +0200
changeset 647 7c2ef57a1bc5
parent 643 87aa076dabd6
child 648 bd620b3d4960
correct virtualenv install, remove ref to uwsgi and memcached
virtualenv/res/lib/lib_create_env.py
--- a/virtualenv/res/lib/lib_create_env.py	Fri May 25 16:40:26 2012 +0200
+++ b/virtualenv/res/lib/lib_create_env.py	Fri May 25 19:14:21 2012 +0200
@@ -36,8 +36,6 @@
     'SSH': {'setup': 'ssh', 'url':'http://pypi.python.org/packages/source/s/ssh/ssh-1.7.13.tar.gz#md5=26800ef2c1ee3f185f48fd05258302f4', 'local':'ssh-1.7.13.tar.gz'},
     'FABRIC': {'setup': 'fabric', 'url':'https://github.com/fabric/fabric/tarball/1.4.1', 'local':'fabric-1.4.1.tar.gz'},
     'MERCURIAL': {'setup': 'mercurial', 'url':'http://mercurial.selenic.com/release/mercurial-2.2.1.tar.gz', 'local':'mercurial-2.2.1.tar.gz'},
-    'MEMCHACHED': {'setup': 'python-memcached', 'url':'http://ftp.tummy.com/pub/python-memcached/old-releases/python-memcached-1.48.tar.gz', 'local':'python-memcached-1.48.tar.gz'},
-    'UWSGI': {'setup': 'uwsgi', 'url': 'http://projects.unbit.it/downloads/uwsgi-1.2.3.tar.gz', 'local':'uwsgi-1.2.3.tar.gz'}
 }
 
 if system_str == 'Windows':