Skip to content

Instantly share code, notes, and snippets.

@nickperkins
Created December 17, 2019 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickperkins/f99285f9ce978f2b561717ae6104d918 to your computer and use it in GitHub Desktop.
Save nickperkins/f99285f9ce978f2b561717ae6104d918 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "tool-it"
version = "0.1.0"
description = "tooling"
authors = ["Nick Perkins <removed@forprivacy>"]
[tool.poetry.dependencies]
python = "^3.6"
requests = "^2.22.0"
pandas = "^0.25.3"
[tool.poetry.dev-dependencies]
autopep8 = "^1.4.4"
pytest = "^5.3.2"
pytest-cov = "^2.8.1"
coverage = "^5.0"
flake8 = "^3.7.9"
[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