Skip to content

Instantly share code, notes, and snippets.

@MarwanDebbiche
Created October 15, 2020 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarwanDebbiche/e4d74746ae4419f10fe58435316e7f1a to your computer and use it in GitHub Desktop.
Save MarwanDebbiche/e4d74746ae4419f10fe58435316e7f1a to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "tsgen"
version = "0.1.0"
description = "Time Series Generator"
authors = ["Marwan Debbiche <marwan.debbiche@example.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
pandas = "^1.1.3"
numpy = "^1.19.2"
[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