[tool.poetry] name = "markettrade" version = "0.1.0" description = "" authors = ["Mark "] [tool.poetry.dependencies] python = ">=3.8,<3.11" pandas = "^1.4.2" numpy = "^1.22.3" plotly = "^5.7.0" matplotlib = "^3.5.2" scipy = "^1.8.0" mplfinance = "^0.12.8-beta.9" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"