Skip to content

Instantly share code, notes, and snippets.

@rdmolony
Created December 10, 2020 14:08
Show Gist options
  • Save rdmolony/723039a9f0a53bc07770cea04db14723 to your computer and use it in GitHub Desktop.
Save rdmolony/723039a9f0a53bc07770cea04db14723 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "berpublicsearch"
version = "0.1.0"
description = "Sets up a sandbox notebook environment for querying SEAI's BER Public search database"
authors = ["Rowan Molony <rowan.molony@codema.ie>, Oisin Doherty <oisin.doherty@codema.ie>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.6 || ^3.7 || ^3.8 || ^3.9"
dask = {extras = ["dataframe"], version = "^2.30.0"}
prefect = "^0.13.19"
requests = "^2.25.0"
tqdm = "^4.54.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment