mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 17:36:25 +02:00
Add async/sync wrapper over run
This commit is contained in:
parent
a2a19f37d7
commit
e725fc6276
5 changed files with 777 additions and 39 deletions
|
|
@ -13,6 +13,7 @@ package-mode = false
|
|||
python = ">=3.10,<4.0"
|
||||
|
||||
# Dependencies
|
||||
aiohttp = "^3.9.3"
|
||||
annotated-types = "^0.7.0"
|
||||
anyio = "^4.6.2"
|
||||
beautifulsoup4 = "^4.12.3"
|
||||
|
|
@ -26,6 +27,7 @@ et_xmlfile = "^2.0.0"
|
|||
eval_type_backport = "^0.2.0"
|
||||
firecrawl = "^1.4.0"
|
||||
Flask = "^3.0.3"
|
||||
gunicorn = "^23.0.0"
|
||||
h11 = "^0.14.0"
|
||||
httpcore = "^1.0.6"
|
||||
httpx = "^0.27.2"
|
||||
|
|
@ -37,6 +39,7 @@ jsonpath-python = "^1.0.6"
|
|||
lxml = "^5.3.0"
|
||||
markdownify = "^0.13.1"
|
||||
MarkupSafe = "^3.0.2"
|
||||
mcp = "*"
|
||||
mypy-extensions = "^1.0.0"
|
||||
nest-asyncio = "^1.6.0"
|
||||
numpy = "^2.1.2"
|
||||
|
|
@ -62,7 +65,7 @@ typing-inspect = "^0.9.0"
|
|||
typing_extensions = "^4.12.2"
|
||||
tzdata = "^2024.2"
|
||||
urllib3 = "^2.2.3"
|
||||
waitress = "^2.1.2"
|
||||
websockets = "^13.1"
|
||||
Werkzeug = "^3.0.5"
|
||||
wheel = "^0.44.0"
|
||||
gunicorn = "^23.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue