mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 00:46:23 +02:00
Add simulation runner
This commit is contained in:
parent
1edf2e0e18
commit
893f215f4c
8 changed files with 358 additions and 0 deletions
29
apps/simulation_runner/requirements.txt
Normal file
29
apps/simulation_runner/requirements.txt
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
annotated-types==0.7.0
|
||||
anyio==4.8.0
|
||||
certifi==2025.1.31
|
||||
charset-normalizer==3.4.1
|
||||
distro==1.9.0
|
||||
dnspython==2.7.0
|
||||
h11==0.14.0
|
||||
httpcore==1.0.7
|
||||
httpx==0.28.1
|
||||
idna==3.10
|
||||
iniconfig==2.0.0
|
||||
jiter==0.8.2
|
||||
motor==3.7.0
|
||||
openai==1.63.0
|
||||
packaging==24.2
|
||||
pluggy==1.5.0
|
||||
pydantic==2.10.6
|
||||
pydantic_core==2.27.2
|
||||
pymongo==4.11.1
|
||||
pytest==8.3.4
|
||||
pytest-asyncio==0.25.3
|
||||
python-dateutil==2.9.0.post0
|
||||
requests==2.32.3
|
||||
rowboat==1.0.4
|
||||
six==1.17.0
|
||||
sniffio==1.3.1
|
||||
tqdm==4.67.1
|
||||
typing_extensions==4.12.2
|
||||
urllib3==2.3.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue