Skip to content

Instantly share code, notes, and snippets.

@cprieto
Created October 6, 2018 11:56
Show Gist options
  • Save cprieto/b5996c4ffd2e77c7ab05253022c482bd to your computer and use it in GitHub Desktop.
Save cprieto/b5996c4ffd2e77c7ab05253022c482bd to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "sample"
version = "0.1.0"
description = ""
authors = ["Cristian Prieto <[email protected]>"]
[tool.poetry.dependencies]
python = "*"
petl = "^1.2"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment