Spaces:
Sleeping
Sleeping
Upload pyproject.toml
Browse files- pyproject.toml +14 -0
pyproject.toml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "mayu"
|
| 3 |
+
version = "0.1.0"
|
| 4 |
+
description = "Add your description here"
|
| 5 |
+
readme = "README.md"
|
| 6 |
+
requires-python = "==3.12.11"
|
| 7 |
+
dependencies = [
|
| 8 |
+
"fuzzywuzzy>=0.18.0",
|
| 9 |
+
"gradio==5.49.1",
|
| 10 |
+
"langgraph>=1.0.8",
|
| 11 |
+
"openai>=2.18.0",
|
| 12 |
+
"pandas==2.3.3",
|
| 13 |
+
"textblob>=0.19.0",
|
| 14 |
+
]
|