File size: 634 Bytes
96cd987
 
 
 
 
 
 
 
 
 
 
9c75c02
 
96cd987
 
 
 
 
 
 
 
 
 
 
 
04fe6d3
96cd987
 
9c75c02
96cd987
 
 
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
28
29
30
31
32
33
[tool.poetry]
name = "privategpt"
version = "0.1.0"
description = ""
authors = ["Ivan Martinez <[email protected]>"]
license = "Apache Version 2.0"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
langchain = "0.0.274"
streamlit= "1.18.1"
altair= "4"
gpt4all = "1.0.8"
chromadb = "0.4.7"
urllib3 = "2.0.4"
PyMuPDF = "1.23.1"
python-dotenv = "^1.0.0"
unstructured = "0.10.8"
extract-msg = "0.45.0"
tabulate = "^0.9.0"
pandoc = "^2.3"
pypandoc = "^1.11"
tqdm = "4.66.1"
sentence-transformers = "2.2.2"
pydantic-settings= "2.1.0"



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