fix: add dotenv to reqs, update README instructions

This commit is contained in:
westbrook_ai
2025-12-14 12:46:33 -07:00
parent 91f9d4a517
commit 9a86a8ace8
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -23,6 +23,8 @@ This benchmark suite is designed to:
```bash
cd benchmark
python -m venv .venv
source .venv/bin/activate
pip install -e .
```
+1
View File
@@ -14,6 +14,7 @@ dependencies = [
"python-socketio>=5.13.0", # WebSocket client (already in Open WebUI)
"pydantic>=2.11.0", # Data validation (already in Open WebUI)
"PyYAML>=6.0", # YAML parsing (already in Open WebUI via dependencies)
"python-dotenv>=1.0.0", # Environment file loading (already in Open WebUI)
# Benchmark-specific additions
"locust>=2.32.0", # Load testing framework