forked from smruthi-sumanth/SecuraX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
47 lines (43 loc) · 1.12 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
[tool.poetry]
name = "securax"
version = "0.1.0"
description = ""
authors = ["p1utoze <1ds21ai001@dsce.edu.in>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
deeplake = "^3.9.0"
streamlit = "^1.33.0"
streamlit-antd-components = "^0.3.2"
python-dotenv = "^1.0.1"
folium = "^0.16.0"
#geopandas = "^0.14.3"
newsapi-python = "^0.2.7"
streamlit-extras = "^0.4.2"
llama-index = "^0.10.28"
llama-index-llms-llama-api = "^0.1.4"
tqdm = "^4.66.2"
llama-index-embeddings-voyageai = "^0.1.4"
llama-index-vector-stores-deeplake = "^0.1.2"
modal = "^0.62.63"
ocrmypdf = "^16.1.2"
presidio-analyzer = {extras = ["transformers"], version = "^2.2.354"}
presidio-anonymizer = "^2.2.354"
pymupdf = "^1.24.1"
pypdf2 = "^3.0.1"
langchain = "^0.1.16"
langchain-google-genai = "^1.0.2"
transformers = "^4.40.2"
flair = "^0.13.1"
pymupdf4llm = "^0.0.3"
[tool.poetry.group.dev.dependencies]
faker = "^25.2.0"
pdf2image = "^1.17.0"
pytesseract = "^0.3.10"
presidio-image-redactor = "^0.0.52"
pymupdf = "^1.24.4"
azure-ai-textanalytics = "^5.3.0"
geopandas = "^0.14.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"