requirements.txt 269 B

12345678910
  1. # This file contains python only requirements to be installed with pip
  2. # Python pacakges that cannot be installed with pip (e.g. PyQT4) are not included.
  3. # Usage: pip install -r requirements.txt
  4. numpy>=1.8
  5. matplotlib>=1.3.1
  6. shapely>=1.3
  7. simplejson
  8. rtree
  9. scipy
  10. svg.path