debate-bots/requirements.txt
2025-11-11 19:49:58 -07:00

14 lines
212 B
Plaintext

# Core dependencies
openai>=1.0.0
requests>=2.31.0
pyyaml>=6.0.1
rich>=13.7.0
python-dotenv>=1.0.0
# Token counting and memory management
tiktoken>=0.5.0
# Testing (development)
pytest>=7.4.0
pytest-cov>=4.1.0