Created
December 17, 2019 02:21
-
-
Save nickperkins/f99285f9ce978f2b561717ae6104d918 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 = "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