Spaces:
Runtime error
Runtime error
File size: 1,026 Bytes
a0b6cc3 928005f b1060b0 f1368c4 663d842 4c56bfb 52c7696 395c3d4 7937220 ddb6686 c759d25 b1060b0 a0b6cc3 663d842 a0b6cc3 55e85a1 663d842 b5fafa1 663d842 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
[project]
name = "deepengineer"
version = "0.1.0"
description = "DeepEngineer is a deepsearch project focused on engineering"
readme = "README.md"
authors = [
{ name = "Charles Azam", email = "[email protected]" }
]
requires-python = ">=3.12"
dependencies = [
"crawl4ai>=0.6.0",
"smolagents>=1.19.0",
"litellm",
"pytest-asyncio>=1.0.0",
"mistralai>=1.9.1",
"linkup-sdk>=0.2.8",
"tavily-python>=0.7.9",
"pypdf>=5.7.0",
"pytest-playwright>=0.7.0",
"matplotlib>=3.10.3",
"numpy>=2.3.1",
"pandas>=2.3.1",
"seaborn>=0.13.2",
"sympy>=1.14.0",
"scipy>=1.16.0",
"starlette>=0.47.1",
"fastapi>=0.116.1",
"uvicorn[standard]>=0.35.0",
"gradio>=5.37.0",
]
[project.scripts]
deepengineer = "deepengineer:main"
[project.optional-dependencies]
dev = [
"black>=24.0.0",
"ruff>=0.2.0",
"pre-commit>=3.6.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.black]
line-length = 88
target-version = ['py312']
|