Spaces:
Sleeping
Sleeping
| [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*"] | |