File size: 1,339 Bytes
2e818da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "study-buddy-backend"
version = "0.1.0"
description = "Study Buddy FastAPI backend"
requires-python = ">=3.11"
dependencies = [
    "fastapi>=0.115.0",
    "uvicorn[standard]>=0.30.0",
    "pydantic>=2.7.0",
    "websockets>=12.0",
    "cerebras-cloud-sdk>=1.19.0",
    "chromadb>=0.5.3",
    "langchain-text-splitters>=0.2.4",
    "python-multipart>=0.0.9",
    "python-dotenv>=1.0.0",
    "httpx>=0.27.0",
    "youtube-transcript-api>=0.6.2",
    "google-api-python-client>=2.137.0",
    "pypdf>=4.3.0",
    "python-docx>=1.1.2",
    "cognee==1.2.2",
    "lancedb>=0.6.13",  # required by cognee
    "pymupdf>=1.28.0",
    "pymupdf4llm>=0.0.17",
    "pwdlib[argon2]>=0.2.0",
    "fastembed>=0.3.0",
    "faster-whisper>=1.1.1",
    "pywhispercpp>=1.5.0",
    "sherpa-onnx>=1.12.15",
    "silero-vad[onnx-cpu]>=5.0.0",
    "ten-vad>=1.0.6.8",
    "pocket-tts==2.1.0",
    "num2words==0.5.14",
    "piper-tts==1.4.2",
    "opentelemetry-api==1.43.0",
    "opentelemetry-sdk==1.43.0",
    "opentelemetry-exporter-otlp-proto-http==1.43.0",
    "opentelemetry-instrumentation-fastapi==0.64b0",
    "opentelemetry-instrumentation-logging==0.64b0",
]

[dependency-groups]
dev = [
    "pytest>=8.2.2",
    "pytest-asyncio>=0.23.7",
    "respx>=0.21.1",
    "reportlab>=4.2.2",
]

[tool.pytest.ini_options]
asyncio_mode = "auto"