Spaces:
Sleeping
Sleeping
File size: 397 Bytes
e6a02dd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [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*"]
|