GovindRoy commited on
Commit
07855fe
·
verified ·
1 Parent(s): 49ebe47

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ apscheduler
3
+ python-telegram-bot==20.7
4
+ requests
5
+ pandas
6
+ pyyaml
7
+ openai # Groq / OpenAI‑compatible client
8
+ yfinance # for market‑cap validation
9
+ tqdm