add rate limiter

This commit is contained in:
2025-05-03 16:30:36 +10:00
parent 2ca39915e0
commit a7f16a459d
3 changed files with 88 additions and 14 deletions
+30 -13
View File
@@ -1,13 +1,30 @@
requests==2.32.3
selenium==4.29.0
duckduckgo_search==7.5.4
openai==1.75.0
praw==7.8.1
beautifulsoup4==4.13.3
Pillow==11.1.0
pytesseract==0.3.13
feedparser==6.0.11
webdriver-manager==4.0.2
tweepy==4.14.0
python-dotenv==1.0.1
flickr-api==0.7.1
# Core dependencies
requests>=2.32.3,<3.0.0
python-dotenv>=1.0.1,<2.0.0
urllib3>=2.0.0,<3.0.0
# Web scraping and automation
selenium>=4.29.0,<5.0.0
beautifulsoup4>=4.13.3,<5.0.0
feedparser>=6.0.11,<7.0.0
webdriver-manager>=4.0.2,<5.0.0
duckduckgo_search>=7.5.4,<8.0.0
# API clients
openai>=1.75.0,<2.0.0
praw>=7.8.1,<8.0.0
tweepy>=4.14.0,<5.0.0
flickr-api>=0.7.1,<1.0.0
# Image processing
Pillow>=11.1.0,<12.0.0
pytesseract>=0.3.13,<1.0.0
# Development tools
black>=24.1.1,<25.0.0
flake8>=7.0.0,<8.0.0
mypy>=1.8.0,<2.0.0
pytest>=8.0.0,<9.0.0
# WordPress integration
python-wordpress-xmlrpc>=2.3,<3.0