-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathrequirements.txt
104 lines (86 loc) · 1.71 KB
/
requirements.txt
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Web Framework and API
fastapi==0.108.0
uvicorn==0.22.0
starlette==0.32.0.post1
# Data Validation and Settings Management
pydantic==2.8.2
python-dotenv==1.0.0
# Async Libraries
aiohttp==3.9.1
aiobotocore==2.9.0
aiofiles==23.2.1
aiocsv==1.3.1
aiodynamo==23.10.1
aiohttp-retry==2.8.3
aioitertools==0.11.0
aiormq==6.8.0
aiosignal==1.3.1
# Database and Storage
redis==5.0.1
pymongo==4.8.0
lancedb==0.10.2
SQLAlchemy==2.0.31
# Machine Learning and NLP
numpy==1.26.1
scipy==1.11.4
scikit-learn==1.5.1
torch==2.1.2
torchaudio==2.1.2
transformers==4.39.3
sentence-transformers==3.0.1
fastembed==0.2.7
onnxruntime==1.18.1
nltk==3.8.1
# LLM and Related Libraries
openai>=1.10.0
litellm==1.40.20
llama-index==0.10.57
llama-index-vector-stores-lancedb==0.1.7
llama-index-vector-stores-mongodb==0.1.8
cohere==5.3.2
# Text Processing
tiktoken>=0.6.0
tokenizers==0.15.2
# Audio Processing
azure-cognitiveservices-speech==1.38.0
pydub==0.25.1
soundfile==0.12.1
# Date and Time Handling
python-dateutil==2.8.2
pytz==2024.1
# HTTP and Networking
requests==2.31.0
httpx==0.25.2
websockets==10.4
# File Handling and Parsing
python-multipart==0.0.6
Pillow==10.4.0
pypdf==4.3.1
# API Clients
twilio==8.9.0
daily-python==0.9.1
slack_sdk==3.31.0
stripe==8.0.0
# Task Queue and Job Processing
celery==5.3.6
taskiq==0.11.0
# Logging and Monitoring
loguru==0.7.2
sentry-sdk==2.9.0
# Development and Testing
uvloop==0.19.0
pytest==7.4.0
# Data Processing and Analysis
pandas==2.2.2
pyarrow==15.0.0
# Utilities
python-dateutil==2.8.2
tenacity==8.5.0
ratelimiter==1.2.0.post0
# Optional Dependencies (uncomment if needed)
huggingface-hub==0.23.2
semantic-router==0.0.46
supabase==2.3.3
# Version Control (keep at the end)
pip-compile==6.0.0
pip-tools==6.13.0