Skip to content

Instantly share code, notes, and snippets.

@crhan
Created October 8, 2019 10:02
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 crhan/d63656ad944cfcd28ed3c427e3debcc0 to your computer and use it in GitHub Desktop.
Save crhan/d63656ad944cfcd28ed3c427e3debcc0 to your computer and use it in GitHub Desktop.
poetry bug produce toml
[tool.poetry]
name = "20191008"
version = "0.1.0"
description = ""
authors = ["ruohan.chen <crhan123@gmail.com>"]
[tool.poetry.dependencies]
python = "^2.7, <3.0 || ^3.7, < 3.8"
[tool.poetry.dev-dependencies]
pytest = [{version = "^5.1", python = ">3.5"}, {version = "<5", python = "<3.5"}]
[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