Updating the requirements and imports.

This commit is contained in:
Tomasz Rewak
2023-09-04 20:15:37 +02:00
parent 1937ba7a71
commit ba49beff68
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import os import os
from dash_extensions.enrich import Dash, Input, Output, State, Trigger, callback, ALL, MATCH from dash_extensions.enrich import Dash, Input, Output, State, Trigger, callback, ALL, MATCH
import dash_core_components as dcc from dash import dcc
from dash_html_components import Div, Label from dash.html import Div, Label
from dash_local_react_components import load_react_component from dash_local_react_components import load_react_component
import ai import ai
+2 -1
View File
@@ -1,4 +1,5 @@
dash==2.9.3 dash==2.9.3
dash-extensions==1.0.0 dash-extensions==1.0.0
dash-local-react-components==1.3.0 dash-local-react-components==1.3.0
openai==0.27.6 openai==0.27.6
dash-mantine-components==0.12.1