File size: 507 Bytes
060a68f d1a5979 060a68f 9e39d58 060a68f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
[tool.poetry]
name = "pedalo"
version = "0.1.0"
description = ""
authors = ["Luke31 <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
langchain = "0.0.301"
streamlit = "^1.25.0"
pandas = "^2.0.3"
python-dotenv = "^1.0.0"
openai = "^0.27.8"
tabulate = "^0.9.0"
matplotlib = "^3.7.2"
seaborn = "^0.12.2"
neo4j = "^5.11.0"
[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|