Aarush commited on
Commit
69bc25b
·
1 Parent(s): 8cf8ecd

build(deps): add streamlit, plotly, faker, and sqlglot for frontend and agent modules

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -1
requirements.txt CHANGED
@@ -5,4 +5,9 @@ openai>=1.35.0
5
  httpx>=0.27.0
6
  PyYAML>=6.0.1
7
  openenv-core>=0.2.0
8
- websockets>=12.0
 
 
 
 
 
 
5
  httpx>=0.27.0
6
  PyYAML>=6.0.1
7
  openenv-core>=0.2.0
8
+ websockets>=12.0
9
+ streamlit>=1.33.0
10
+ pandas>=2.2.0
11
+ plotly>=5.20.0
12
+ sqlglot>=23.0.0
13
+ Faker>=25.0.0