-
-
Save cprieto/b5996c4ffd2e77c7ab05253022c482bd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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