Spaces:
Runtime error
Runtime error
| [build-system] | |
| requires = ["setuptools>=61.0"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "shared" | |
| version = "0.1.0" | |
| description = "Shared utilities for Stock Analysis services" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "litellm>=1.30.0", | |
| "python-dotenv>=1.0.0", | |
| "pydantic>=2.0", | |
| "pydantic-settings>=2.0", | |
| ] | |
| [tool.setuptools.packages.find] | |
| where = ["."] | |