Skip to content

Instantly share code, notes, and snippets.

@ipmb
Created April 24, 2019 19:03
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 ipmb/7acf540e1bad06c4812ad329326c0ad3 to your computer and use it in GitHub Desktop.
Save ipmb/7acf540e1bad06c4812ad329326c0ad3 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "tmp"
version = "0.1.0"
description = ""
authors = ["User <user@example.com>"]
[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.21"
sentry-sdk = "^0.7.11"
[tool.poetry.dev-dependencies]
[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