Skip to content

Instantly share code, notes, and snippets.

@Transmitt0r
Created June 9, 2021 12:43
Show Gist options
  • Save Transmitt0r/ed8414abd90efaef9d4453ec05c48e1c to your computer and use it in GitHub Desktop.
Save Transmitt0r/ed8414abd90efaef9d4453ec05c48e1c to your computer and use it in GitHub Desktop.
pyproject.toml
[tool.poetry]
name = "my_tool"
version = "0.1.0"
description = "Readme.md"
authors = []
[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.25.1"
click = "^8.0.1"
[tool.poetry.dev-dependencies]
responses = "^0.13.3"
pytest = "^6.2.4"
pytest-cov = "^2.12.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "private"
url = "https://<private-url>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment