Lomesh2000
FIX: grop update new , env changes
e6a02dd
raw
history blame contribute delete
397 Bytes
[project]
name = "salespath_env"
version = "0.2.0"
requires-python = ">=3.10"
dependencies = [
"openenv-core>=0.2.3",
"fastapi>=0.110.0",
"uvicorn[standard]>=0.29.0",
"pydantic>=2.0",
"requests>=2.31.0",
]
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["salespath_env*"]