Skip to content

Instantly share code, notes, and snippets.

@shangxiao
Last active February 6, 2020 01:22
Show Gist options
  • Save shangxiao/50d1f8aa24157a14f759110b552df202 to your computer and use it in GitHub Desktop.
Save shangxiao/50d1f8aa24157a14f759110b552df202 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "poetry-test"
version = "0.1.0"
description = ""
authors = ["Some User <some@user.com>"]
[tool.poetry.dependencies]
python = "^3.6"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[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