Skip to content

Instantly share code, notes, and snippets.

@grant-humphries
Created February 14, 2016 21:20
Show Gist options
  • Save grant-humphries/a7306573770afaa4adc8 to your computer and use it in GitHub Desktop.
Save grant-humphries/a7306573770afaa4adc8 to your computer and use it in GitHub Desktop.
[buildout]
parts = census-pg-requirements
eggs =
fiona
gdal
geoalchemy2
psycopg2
shapely
sqlacodegen
sqlalchemy
xlrd
allowed-eggs-from-site-packages =
fiona
gdal
psycopg2
shapely
[census-pg-requirements]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
interpreter = python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment