mirror of
https://github.com/imbue-bit/OpenClaw-PwnKit.git
synced 2026-08-14 00:58:08 +00:00
core/logger.py imports loguru but it was not listed in requirements.txt, causing ModuleNotFoundError on fresh installs. Also added to the README dependency list.
15 lines
234 B
Plaintext
15 lines
234 B
Plaintext
fastapi==0.104.1
|
|
uvicorn==0.24.0
|
|
requests==2.31.0
|
|
cma==3.3.0
|
|
tiktoken==0.5.1
|
|
openai==1.3.5
|
|
rich==13.7.0
|
|
tenacity==8.2.3
|
|
pyyaml==6.0.1
|
|
pydantic==2.5.2
|
|
loguru>=0.7.0
|
|
transformers==4.36.2
|
|
torch==2.1.2
|
|
scikit-learn>=1.3.0
|
|
faiss-cpu>=1.7.4 |