Created
October 8, 2019 10:02
-
-
Save crhan/d63656ad944cfcd28ed3c427e3debcc0 to your computer and use it in GitHub Desktop.
poetry bug produce toml
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 = "20191008" | |
version = "0.1.0" | |
description = "" | |
authors = ["ruohan.chen <[email protected]>"] | |
[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