-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
11 lines (11 loc) · 837 Bytes
/
requirements.txt
File metadata and controls
11 lines (11 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
discord.py==2.3.2 # Discord bot framework
python-dotenv==1.0.1 # Environment variable management (needed for loading .env files)
Flask>=2.0.0 # Web framework for opt-in landing page
schedule==1.2.1 # Task scheduling for daily challenges
aiohttp==3.9.5 # Asynchronous HTTP requests (useful for webhooks or API calls)
openai-agents==0.2.6 # OpenAI Agents SDK (includes built-in tracing)
psutil==5.9.8 # System and process utilities (for monitoring bot health)
pyyaml==6.0.1 # YAML support for config files
openai>=1.99.6,<2 # OpenAI API (>=1.99.6 to satisfy openai-agents)
beautifulsoup4>=4.11.1 # HTML parsing for meme scraping
Pillow>=9.0.0 # Image generation for live crypto cards