-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
91 lines (85 loc) · 2.18 KB
/
pyproject.toml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "saia-ingest"
description = "Globant Enterprise AI Ingest utilities"
authors = ["Luciano Silveira <[email protected]>"]
license = "MIT"
#packages = [{include = "saia-ingest"}]
readme = "README.md"
repository = "https://www.github.com/genexuslabs/saia-ingest"
version = "0.0.2"
[tool.poetry.scripts]
saia-cli = 'saia_ingest.command_line.command_line:main'
[tool.poetry.dependencies]
python = "^3.9,<3.12"
asttokens = "^2.4.1"
atlassian-python-api = "^3.41.16"
blobfile = "^2.0.1"
boto3 = "^1.34.0"
botocore = "^1.34.0"
bs4 = "^0.0.2"
cachetools = "^5.3.1"
colorama = "^0.4.6"
comm = "^0.2.0"
debugpy = "^1.8.0"
decorator = "^5.1.1"
exceptiongroup = "^1.2.0"
executing = "^2.0.1"
google-api-core = "^2.11.0"
google-auth = "^2.19.1"
google-cloud-aiplatform = "^1.26.0"
google-cloud-bigquery = "^3.26.0"
google-cloud-core = "^2.3.2"
google-cloud-resource-manager = "^1.10.1"
google-cloud-storage = "^2.18.1"
google-crc32c = "^1.5.0"
google-resumable-media = "^2.5.0"
google-search-results = "^2.4.2"
googleapis-common-protos = "^1.59.0"
greenlet = "^2.0.2"
httpcore = "^0.16.3"
httptools = "^0.5.0"
httpx = "^0.23.3"
ipykernel = "^6.27.1"
ipython = "^8.18.1"
itsdangerous = "^2.0.1"
jira = "^3.5.2"
jupyter_client = "^7.4.8"
jupyter_core = "^5.1.3"
langchain = "^0.1.11"
langchain-openai = "^0.1.7"
llama-hub = "^0.0.67"
llama-index = "^0.9.15"
matplotlib-inline = "^0.1.6"
openai = "^1.3.9"
openapi-schema-pydantic = "^1.2.4"
packaging = "^23.2"
pinecone-client = "^3.2.2"
pipreqs = "^0.4.11"
psutil = "^5.9.6"
pure-eval = "^0.2.2"
pypdf = "^3.17.2"
Pygments = "^2.17.2"
pytest = "^8.3.3"
python-dateutil = "^2.8.2"
python-dotenv = "^0.19.2"
pytz = "^2022.7.1"
PyYAML = "^6.0"
pyzmq = "^26.2.0"
regex = "^2022.10.31"
tiktoken = "^0.7.0"
tokenizers = "^0.15.0"
tqdm = "^4.66.3"
python-magic = { version = "^0.4.27", platform = "linux"}
python-magic-bin = {version = "^0.4.14", platform = "win32"}
google-auth-oauthlib = "^1.2.0"
pydrive = "^1.3.1"
docx2txt = "^0.8"
azure-identity = "^1.17.1"
azure-keyvault-secrets = "^4.8.0"
nltk = "3.9.1"
chardet = "^5.2.0"
[tool.poetry.group.dev.dependencies]
pylint = "^3.3.1"