28 lines
592 B
TOML
28 lines
592 B
TOML
[project]
|
|
name = "openmanus"
|
|
version = "0.1.0"
|
|
description = "OpenManus project with HiDPI Fix"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"baidusearch~=1.0.3",
|
|
"beautifulsoup4~=4.13.3",
|
|
"boto3~=1.37.18",
|
|
"colorama~=0.4.6",
|
|
"docker~=7.1.0",
|
|
"fastapi~=0.115.11",
|
|
"html2text~=2024.2.26",
|
|
"httpx>=0.27.0",
|
|
"loguru~=0.7.3",
|
|
"numpy>=2.2.5",
|
|
"pillow~=11.1.0",
|
|
"pytest~=8.3.5",
|
|
"pytest-asyncio~=0.25.3",
|
|
"pyyaml~=6.0.2",
|
|
"requests~=2.32.3",
|
|
"setuptools~=75.8.0",
|
|
"tenacity~=9.0.0",
|
|
"unidiff~=0.7.5",
|
|
"uvicorn~=0.34.0",
|
|
]
|
|
|