Ninjasharp commited on
Commit
256b04d
·
verified ·
1 Parent(s): 07ad716

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -3
requirements.txt CHANGED
@@ -1,3 +1,8 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
1
+ streamlit>=1.34.0
2
+ groq>=0.9.0
3
+
4
+ # Optional for macro recording support
5
+ keyboard>=0.13.5
6
+ mouse>=0.7.1
7
+ pyautogui>=0.9.54
8
+ pynput>=1.7.6