Skip to content

Instantly share code, notes, and snippets.

@dfee
Created August 6, 2018 22:01
Show Gist options
  • Save dfee/276c332a2b5352a67abedfdaeba5b48a to your computer and use it in GitHub Desktop.
Save dfee/276c332a2b5352a67abedfdaeba5b48a to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "demo"
version = "0.1.0"
description = ""
authors = ["Devin Fee"]
[tool.poetry.dependencies]
python = "*"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
ipython = "6.5"
ipdb = "0.11"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment