Skip to content

Instantly share code, notes, and snippets.

@fralik
Last active July 15, 2019 07:55
Show Gist options
  • Save fralik/6e90f03ae778f75ca6a5fb555e1397ca to your computer and use it in GitHub Desktop.
Save fralik/6e90f03ae778f75ca6a5fb555e1397ca to your computer and use it in GitHub Desktop.
[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