debate-bots/requirements.txt
2025-11-11 21:03:01 -07:00

18 lines
257 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
# Web server
flask>=3.0.0
flask-cors>=4.0.0
# Testing (development)
pytest>=7.4.0
pytest-cov>=4.1.0