Skip to content

Instantly share code, notes, and snippets.

@ranisalt
Created July 8, 2018 22:41
Show Gist options
  • Save ranisalt/57a060be31711820ffbf7d48c577c087 to your computer and use it in GitHub Desktop.
Save ranisalt/57a060be31711820ffbf7d48c577c087 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "swartz"
version = "0.1.0"
description = ""
authors = ["Ranieri Althoff <ranisalt@gmail.com>"]
[tool.poetry.dependencies]
python = "*"
dataclasses = "^0.6.0"
tornado = {version = "^5.0", optional = true}
[tool.poetry.dev-dependencies]
pytest = "^3.5"
pytest-cov = "^2.5"
pytest-flake8 = "^1.0"
[tool.poetry.extras]
booth = ["tornado"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment