You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
backtest/pyproject.toml

24 lines
562 B

[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Dmitry Maylarov <maylarov@yandex.ru>"]
[tool.poetry.dependencies]
python = "^3.10"
numpy = "^1.22.1"
pandas = "^1.4.0"
matplotlib = "^3.5.1"
pandas-datareader = { git = "https://github.com/omgnuts/pandas-datareader" }
backtrader = { git = "https://github.com/mementum/backtrader" }
requests-cache = "^0.9.1"
[tool.poetry.dev-dependencies]
neovim = "^0.3.1"
isort = "^5.10.1"
black = "^22.1.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"