Created
October 8, 2019 10:02
-
-
Save crhan/d63656ad944cfcd28ed3c427e3debcc0 to your computer and use it in GitHub Desktop.
Revisions
-
crhan revised this gist
Oct 8, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "" authors = ["ruohan.chen <[email protected]>"] [tool.poetry.dependencies] python = "^2.7, <3.0 || ^3.7, < 3.8" [tool.poetry.dev-dependencies] -
crhan created this gist
Oct 8, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ [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" # collection 库用法不兼容 [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"