File size: 534 Bytes
bfe55db
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[tool.poetry]
name = "babyagi-streamlit"
version = "1.0.0"
description = ""
authors = ["Dory <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.10.10,<3.12"
openai = "^0.27.0"
langchain = ">=0.0.131"
python-dotenv = "^1.0.0"
faiss-cpu = "^1.7.3"
sentence-transformers = "^2.2.2"
streamlit = "^1.21.0"

[tool.poetry.dev-dependencies]

[tool.poetry.group.dev.dependencies]
flake8 = "^6.0.0"
black = "^23.1.0"
isort = "^5.12.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"