Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -12,6 +12,7 @@ jsonschema==4.20.0
|
|
12 |
injector>=0.21.0
|
13 |
ijson>=3.2.3
|
14 |
requests>=2.31.0
|
|
|
15 |
|
16 |
# Code Execution related
|
17 |
ipykernel==6.26.0
|
@@ -21,6 +22,4 @@ tenacity>=8.2.2
|
|
21 |
plotly>=5.14.1
|
22 |
pytest>=7.0.0
|
23 |
vcrpy>=5.0.0
|
24 |
-
colorama>=0.4.6
|
25 |
-
|
26 |
-
|
|
|
12 |
injector>=0.21.0
|
13 |
ijson>=3.2.3
|
14 |
requests>=2.31.0
|
15 |
+
chainlit
|
16 |
|
17 |
# Code Execution related
|
18 |
ipykernel==6.26.0
|
|
|
22 |
plotly>=5.14.1
|
23 |
pytest>=7.0.0
|
24 |
vcrpy>=5.0.0
|
25 |
+
colorama>=0.4.6
|
|
|
|