mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-03 12:22:38 +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
|
|
@ -1,3 +1,4 @@
|
|||
aiohttp==3.9.3
|
||||
annotated-types==0.7.0
|
||||
anyio==4.8.0
|
||||
beautifulsoup4==4.12.3
|
||||
|
|
@ -37,6 +38,7 @@ keyring==25.6.0
|
|||
lxml==5.3.0
|
||||
markdownify==0.13.1
|
||||
MarkupSafe==3.0.2
|
||||
mcp
|
||||
more-itertools==10.6.0
|
||||
msgpack==1.1.0
|
||||
mypy-extensions==1.0.0
|
||||
|
|
@ -77,6 +79,7 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue