Demo / pyproject.toml
Juggernaut1397's picture
Add all project files
12bee28
raw
history blame contribute delete
281 Bytes
[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",
]