This commit is contained in:
2025-05-03 17:14:19 +10:00
parent bfddb14950
commit e6b6135508
+6 -8
View File
@@ -1,6 +1,7 @@
# Core dependencies # Core dependencies
requests>=2.32.3,<3.0.0 requests>=2.32.3,<3.0.0
python-dotenv>=1.0.1,<2.0.0 python-dotenv>=1.0.1,<2.0.0
python-wordpress-xmlrpc>=2.3,<3.0.0
urllib3>=2.0.0,<3.0.0 urllib3>=2.0.0,<3.0.0
# Web scraping and automation # Web scraping and automation
@@ -18,13 +19,10 @@ flickr-api>=0.7.1,<1.0.0
# Image processing # Image processing
Pillow>=11.1.0,<12.0.0 Pillow>=11.1.0,<12.0.0
pytesseract>=0.3.13,<1.0.0 pytesseract>=0.3.13,<0.4.0
# Development tools # Development tools
black>=24.1.1,<25.0.0 black>=24.4.2,<25.0.0
flake8>=7.0.0,<8.0.0 flake8>=7.1.0,<8.0.0
mypy>=1.8.0,<2.0.0 mypy>=1.9.0,<2.0.0
pytest>=8.0.0,<9.0.0 pytest>=8.2.0,<9.0.0
# WordPress integration
python-wordpress-xmlrpc>=2.3,<3.0