startup-equity-calculator / pyproject.toml
Akshay Bhardwaj
add: initial code structure
0622f25
raw
history blame contribute delete
226 Bytes
[project]
name = "equity-analyzer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio>=5.39.0",
"pandas>=2.3.1",
"plotly>=6.2.0",
]