-
Notifications
You must be signed in to change notification settings - Fork 881
/
Copy pathrequirements.txt
35 lines (35 loc) · 1.1 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
fastapi==0.109.0
uvicorn==0.25.0
jinja2==3.1.2
python-multipart==0.0.6
requests==2.31.0
PyPDF2==3.0.0
pandas>=1.5.0
termcolor==2.3.0
numpy==1.24.0
pandas-ta==0.3.14b0
schedule==1.2.0
python-dateutil==2.8.2
backoff==2.2.1
youtube-transcript-api==0.6.2
openai==1.59.5
groq==0.16.0 # Moon Dev's Groq API integration 🚀
selenium>=4.16.0
pillow>=10.2.0
webdriver-manager>=4.0.1
backtesting>=0.3.3
TA-Lib>=0.4.24
moviepy>=1.0.3 # Moon Dev's video processing magic ✨
tqdm>=4.66.1 # Progress bars for Moon Dev's sanity 🎯
yt-dlp>=2024.3.10 # Moon Dev's YouTube downloader 🎥
sounddevice>=0.4.6 # Moon Dev's audio recording 🎤
wave>=0.0.2 # Moon Dev's audio file handling 🌊
httpx>=0.27.0 # Moon Dev's async HTTP client 🚀
numpy>=1.24.0 # Moon Dev's numerical processing 🔢
langdetect>=1.0.9 # Moon Dev's language detection 🌐
streamlit>=1.32.0 # Moon Dev's web UI magic ✨
flask>=3.0.2 # Moon Dev's web server for Twilio 🌐
twilio>=8.13.0 # Moon Dev's phone integration 📞
python-dotenv>=1.0.0 # Moon Dev's environment management 🔐
playsound==1.3.0
# Add any other dependencies your agents need