Skip to content

Instantly share code, notes, and snippets.

@fralik
Last active July 15, 2019 07:55
Show Gist options
  • Select an option

  • Save fralik/6e90f03ae778f75ca6a5fb555e1397ca to your computer and use it in GitHub Desktop.

Select an option

Save fralik/6e90f03ae778f75ca6a5fb555e1397ca to your computer and use it in GitHub Desktop.
Poetry files for issue 1228 (https://github.com/sdispater/poetry/issues/1228)
[tool.poetry]
name = "sensortag"
version = "0.1.0"
description = ""
authors = ["Vadim Frolov <fralik@gmail.com>"]
[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