Skip to content

Instantly share code, notes, and snippets.

@DylanLukes
Created January 21, 2020 23:05
Show Gist options
  • Save DylanLukes/cda4d382f14f876dddf8ce1bbb1765ed to your computer and use it in GitHub Desktop.
Save DylanLukes/cda4d382f14f876dddf8ce1bbb1765ed to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "se4ds"
version = "0.1.0"
description = ""
authors = ["Dylan Lukes <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.7"
redbaron = "^0.9.2"
gitpython = "^3.0.5"
nbconvert = "^5.6.1"
jupyterlab = "^1.2.4"
pandas = "^0.25.3"
jsonschema = "^3.2.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment