Last active
July 15, 2019 07:55
-
-
Save fralik/6e90f03ae778f75ca6a5fb555e1397ca to your computer and use it in GitHub Desktop.
Poetry files for issue 1228 (https://github.com/sdispater/poetry/issues/1228)
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 characters
[tool.poetry] | |
name = "sensortag" | |
version = "0.1.0" | |
description = "" | |
authors = ["Vadim Frolov <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = "^3.7" | |
pandas = "^0.24.2" | |
envparse = "^0.2.0" | |
"treeutils" = { path = "./submodules/treeutils/" } | |
[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