Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dash==3.0.3
|
| 2 |
+
dash-bootstrap-components==2.0.2
|
| 3 |
+
openai==0.27.0
|
| 4 |
+
google-generativeai==0.3.1
|
| 5 |
+
anthropic==0.3.0
|
| 6 |
+
requests==2.26.0
|
| 7 |
+
diagrams==0.23.3
|