View pyproject.toml
[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" |