mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 16:36:22 +02:00
This change eliminates an extra API endpoint from agents service. It also removes dependency on redis
110 lines
2.3 KiB
TOML
110 lines
2.3 KiB
TOML
[tool.poetry]
|
|
name = "agents"
|
|
version = "0.1.0"
|
|
description = "RowBoat Labs Agent OS"
|
|
authors = ["Akhilesh <akhilesh@rowboatlabs.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
homepage = "https://github.com/rowboatlabs/agents"
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.10,<4.0"
|
|
|
|
# Dependencies
|
|
aiohttp = "^3.9.3"
|
|
annotated-types = "^0.7.0"
|
|
anyio = "^4.8.0"
|
|
asgiref = "*"
|
|
beautifulsoup4 = "^4.12.3"
|
|
blinker = "^1.9.0"
|
|
build = "1.2.2.post1"
|
|
CacheControl = "^0.14.2"
|
|
certifi = "^2024.12.14"
|
|
cffi = "^1.17.1"
|
|
charset-normalizer = "^3.4.1"
|
|
cleo = "^2.1.0"
|
|
click = "^8.1.8"
|
|
crashtest = "^0.4.1"
|
|
distlib = "^0.3.9"
|
|
distro = "^1.9.0"
|
|
dnspython = "^2.7.0"
|
|
dulwich = "^0.22.7"
|
|
et_xmlfile = "^2.0.0"
|
|
eval_type_backport = "^0.2.2"
|
|
fastjsonschema = "^2.21.1"
|
|
filelock = "^3.17.0"
|
|
firecrawl = "^1.9.0"
|
|
Flask = "^3.1.0"
|
|
gunicorn = "^23.0.0"
|
|
h11 = "^0.14.0"
|
|
httpcore = "^1.0.7"
|
|
httpx = "^0.27.2"
|
|
hypercorn = "*"
|
|
idna = "^3.10"
|
|
installer = "^0.7.0"
|
|
itsdangerous = "^2.2.0"
|
|
"jaraco.classes" = "^3.4.0"
|
|
"jaraco.context" = "^6.0.1"
|
|
"jaraco.functools" = "^4.1.0"
|
|
Jinja2 = "^3.1.5"
|
|
jiter = "^0.6.1"
|
|
jsonpath-python = "^1.0.6"
|
|
keyring = "^25.6.0"
|
|
lxml = "^5.3.0"
|
|
markdownify = "^0.13.1"
|
|
MarkupSafe = "^3.0.2"
|
|
mcp = "*"
|
|
more-itertools = "^10.6.0"
|
|
motor = "*"
|
|
msgpack = "^1.1.0"
|
|
mypy-extensions = "^1.0.0"
|
|
nest-asyncio = "^1.6.0"
|
|
numpy = "^2.2.1"
|
|
openai = "*"
|
|
openai-agents = "*"
|
|
openpyxl = "^3.1.5"
|
|
packaging = "^24.2"
|
|
pandas = "^2.2.3"
|
|
pkginfo = "^1.12.0"
|
|
platformdirs = "^4.3.6"
|
|
poetry = "^2.0.1"
|
|
poetry-core = "^2.0.1"
|
|
pycparser = "^2.22"
|
|
pydantic = "^2.10.5"
|
|
pydantic_core = "^2.27.2"
|
|
PyJWT = "^2.10.1"
|
|
pymongo = "^4.10.1"
|
|
pyproject_hooks = "^1.2.0"
|
|
python-dateutil = "^2.9.0.post0"
|
|
python-docx = "^1.1.2"
|
|
python-dotenv = "^1.0.1"
|
|
pytz = "^2024.2"
|
|
qdrant-client = "*"
|
|
Quart = "^0.20.0"
|
|
RapidFuzz = "^3.11.0"
|
|
requests = "^2.32.3"
|
|
requests-toolbelt = "^1.0.0"
|
|
setuptools = "^75.8.0"
|
|
shellingham = "^1.5.4"
|
|
six = "^1.17.0"
|
|
sniffio = "^1.3.1"
|
|
soupsieve = "^2.6"
|
|
tabulate = "^0.9.0"
|
|
tomlkit = "^0.13.2"
|
|
tqdm = "^4.67.1"
|
|
trove-classifiers = "^2025.1.15.22"
|
|
typing-inspect = "^0.9.0"
|
|
typing_extensions = "^4.12.2"
|
|
tzdata = "^2024.2"
|
|
urllib3 = "^2.3.0"
|
|
virtualenv = "^20.29.1"
|
|
waitress = "^2.1.2"
|
|
websockets = "^13.1"
|
|
Werkzeug = "^3.1.3"
|
|
wheel = "^0.44.0"
|
|
xattr = "^1.1.4"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|