Matthew
commited on
Commit
·
da1fcb6
1
Parent(s):
cf74427
Add dotenv dependency
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
|
@@ -5,6 +5,7 @@ description = "Add your description here"
|
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.13"
|
| 7 |
dependencies = [
|
|
|
|
| 8 |
"gradio>=5.49.1",
|
| 9 |
"langfuse>=3.8.1",
|
| 10 |
"openinference-instrumentation-smolagents>=0.1.19",
|
|
|
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.13"
|
| 7 |
dependencies = [
|
| 8 |
+
"dotenv>=0.9.9",
|
| 9 |
"gradio>=5.49.1",
|
| 10 |
"langfuse>=3.8.1",
|
| 11 |
"openinference-instrumentation-smolagents>=0.1.19",
|