Pipfile 250 B

123456789101112131415161718
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. # plot polygons
  7. descartes = "*"
  8. geopandas = "*"
  9. geoplot = "*"
  10. matplotlib = "*"
  11. notebook = "*"
  12. pandas = "*"
  13. # read xlsx
  14. xlrd = "*"
  15. [requires]
  16. python_version = "3"