From 4dd0bbe128eecd8ac20bb764db503221f2b1c6da Mon Sep 17 00:00:00 2001 From: thecyberlearn Date: Fri, 5 Sep 2025 03:01:45 +0530 Subject: [PATCH] Force Docker rebuild - add comment to break cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Docker was caching old requirements.txt without django-ratelimit - Add comment to force rebuild of pip install layer - This will ensure django-ratelimit==3.0.1 is properly installed 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 30ad9d2..5697db1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,8 @@ Django==5.2.4 djangorestframework==3.15.2 python-decouple==3.8 +# Force Docker rebuild - updated 2025-09-04 + # Database dj-database-url==2.1.0 psycopg2-binary==2.9.10