# Test dependencies for django-cronjob-utils # Install these in your virtual environment to run tests # Core Django (already in package dependencies) Django>=3.2 # Testing utilities # Note: Django includes unittest, but you may want pytest for advanced features # pytest-django>=4.5.0 # Optional: uncomment if using pytest # For mocking HTTP requests in notification tests requests>=2.25.0 # Code coverage (optional) # coverage>=6.0 # Uncomment if you want coverage reports