File size: 704 Bytes
617df14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "luxdev-crawler"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "ipykernel>=6.29.5",
    "llama-index-llms-ollama>=0.5.4",
    "llama-index>=0.12.32",
    "llama-index-embeddings-huggingface>=0.5.3",
    "llama-index-readers-web>=0.3.9",
    "html2text>=2024.2.26",
    "htmlrag>=0.1.1",
    "markdownify>=1.1.0",
    "trafilatura>=2.0.0",
    "fastrtc[stt,tts,vad]>=0.0.23",
    "python-dotenv>=1.1.0",
    "kokoro-onnx>=0.4.8",
    "num2words>=0.5.14",
    "clean-text>=0.6.0",
    "pyphen>=0.17.2",
    "unidecode>=1.4.0",
    "pydub>=0.25.1",
    "flash-attn>=2.7.4.post1; sys_platform == 'linux'",
]