Spaces:
Sleeping
Sleeping
File size: 281 Bytes
12bee28 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [project]
name = "data-connector"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio>=5.16.0",
"python-dotenv>=1.0.1",
"pyyaml>=6.0.2",
"requests>=2.32.3",
"streamlit>=1.42.0",
]
|