bestwishgb2312 / pyproject.toml
foo666's picture
init of cloudflare kv
7c14be7
raw
history blame contribute delete
318 Bytes
[project]
name = ""
version = ""
description = ""
authors = [
{name = "bar", email = "foo@bar.com"},
]
dependencies = [
"gradio>=4.15.0",
"pandas>=2.2.0",
"workers-kv-py>=1.2.2",
"cfkv>=1.1.2",
"python-dotenv>=1.0.1",
]
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}