writing-prototypes / pyproject.toml
kcarnold's picture
This is the pyproject.toml that I've been using
e400754
raw
history blame contribute delete
235 Bytes
[project]
name = "writing-prototypes"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pandas>=2.2.3",
"requests>=2.32.3",
"streamlit==1.40.1",
]