Pipfile 236 B

1234567891011121314151617
  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. matplotlib = "*"
  10. notebook = "*"
  11. pandas = "*"
  12. # read xlsx
  13. xlrd = "*"
  14. [requires]
  15. python_version = "3"