BeautifulSoup==3.2.0 Django==1.3 Glances==2.7.1 MySQL-python==1.2.5 Pillow==4.0.0 Pygments==1.4 South==0.7.3 bpython==0.10.1 distribute==0.6.10 gunicorn==0.13.4 lxml==3.3.3 mercurial==2.6.2 newrelic==2.78.0.57 paramiko==1.9.0 psutil==0.6.1 pycrypto==2.6 pylibmc==1.5.1 raven==5.32.0 requests==1.2.3 # Slight variation on this fix http://stackoverflow.com/questions/18643998/geodjango-eosexception-error # Edit this file: site-packages/django/contrib/gis/geos/libgeos.py # Look for the function: geos_version_info # And change this line: # ver = geos_version().decode() # With this line: # ver = geos_version().split(' ')[0]