| [project] | |
| name = "ai-hedge-fund" | |
| version = "0.1.0" | |
| description = "" | |
| authors = [ | |
| {name = "aadarshraj4321",email = "[email protected]"} | |
| ] | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "fastapi (>=0.116.1,<0.117.0)", | |
| "uvicorn[standard] (>=0.35.0,<0.36.0)" | |
| ] | |
| [build-system] | |
| requires = ["poetry-core>=2.0.0,<3.0.0"] | |
| build-backend = "poetry.core.masonry.api" | |